2021/winter interview training for facebook/google
This commit is contained in:
5
puzzles/training/build_and_run_last_changed.sh
Normal file
5
puzzles/training/build_and_run_last_changed.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
SRC=$(ls -t *.cpp | head -1)
|
||||
|
||||
set -x
|
||||
clang -std=c++20 -O2 -pthread -lstdc++ -I. $SRC && ./a.out
|
||||
Reference in New Issue
Block a user