Compare commits
2 Commits
23e2579e56
...
171e2e38e6
Author | SHA1 | Date | |
---|---|---|---|
171e2e38e6 | |||
527b38f3a2 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.bin
|
@ -1,4 +1,6 @@
|
||||
# SBN C Assigement
|
||||
# SBN C-Assigement
|
||||
|
||||
- [ ] Student Details
|
||||
- [ ] ...
|
||||
- [ ] Linked List
|
||||
- [ ] Book Data Store
|
||||
- [ ] Etc.
|
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