Updated files

This commit is contained in:
2020-08-02 14:12:54 +07:00
parent 23e2579e56
commit 527b38f3a2
6 changed files with 6 additions and 5 deletions

5
run
View File

@@ -5,5 +5,6 @@
# echo "run the program..."
# ./program
gcc work1/single.c -o single
./single
rm -r single.bin
gcc work1/single.c -o single.bin && ./single.bin