Updated files
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.bin
|
||||
5
run
5
run
@@ -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
|
||||
Reference in New Issue
Block a user