new file: .gitignore
new file: compile.bat new file: main.cpp new file: run.bat
This commit is contained in:
2
compile.bat
Normal file
2
compile.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
clang++ -std=c++17 -Wall -Wextra -O2 main.cpp -o bin\program.exe
|
||||
Reference in New Issue
Block a user