boj step 8 rework
This commit is contained in:
4
zeta_cpp/run.sh
Normal file
4
zeta_cpp/run.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
if [ -z "$*" ]; then echo "No args"; exit 0; fi
|
||||
g++ -std=c++17 $1
|
||||
./a.out < stdin.txt
|
||||
Reference in New Issue
Block a user