compiler/CompilerFileList.txt

10 lines
73 B
Plaintext

# main prog
main.cpp
# std version
-std=c++17
# warnings
-Wall
-Wextra