diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..46aa215 --- /dev/null +++ b/compile.sh @@ -0,0 +1,2 @@ +#!/usr/bin/bash +g++ -std=c++17 main.cpp -o main