Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dothething1DA authored Sep 16, 2024
1 parent e2737c0 commit ff4d393
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/scripts/test-compiles.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
mkdir -p build
FILE="$1"
echo "
#include \"../content/contest/template.cpp\"
#include \"../$FILE\"
" >build/temp.cpp
g++ -Wall -Wextra -Wfatal-errors -Wconversion -std=c++17 build/temp.cpp && rm a.out build/temp.cpp

0 comments on commit ff4d393

Please sign in to comment.