Updated files
This commit is contained in:
parent
23e2579e56
commit
527b38f3a2
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
|
Loading…
Reference in New Issue
Block a user