summaryrefslogtreecommitdiff
path: root/template/console.cpp
diff options
context:
space:
mode:
authorGloria Mundi <gloria@gloria-mundi.eu>2024-02-27 02:49:50 +0100
committerGloria Mundi <gloria@gloria-mundi.eu>2024-02-27 02:49:50 +0100
commit101ca1a295a47c6ab7a89129873f5ad5bd3c49f4 (patch)
treeb61b3a8343a1e69e747ac399b673d7229790c8a2 /template/console.cpp
parent6fc7af1a10832f31b9778236fcda296e626a75e3 (diff)
rename console.cpp to console.sh
Diffstat (limited to 'template/console.cpp')
-rw-r--r--template/console.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/template/console.cpp b/template/console.cpp
deleted file mode 100644
index 31885e9..0000000
--- a/template/console.cpp
+++ /dev/null
@@ -1,2 +0,0 @@
-alias comp="g++ -std=gnu++17 -O2 -Wall -Wextra -Wconversion -Wshadow"
-alias dbg="comp -g -fsanitize=address,undefined"