Compare commits
No commits in common. "171e2e38e6698886226d86fcff4a26fb4547bfc1" and "23e2579e56bfe1b0ffc193eae089a8b1ab27ca68" have entirely different histories.
171e2e38e6
...
23e2579e56
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
*.bin
|
@ -1,6 +1,4 @@
|
||||
# SBN C-Assigement
|
||||
# SBN C Assigement
|
||||
|
||||
- [ ] Student Details
|
||||
- [ ] Linked List
|
||||
- [ ] Book Data Store
|
||||
- [ ] Etc.
|
||||
- [ ] ...
|
||||
|
5
run
5
run
@ -5,6 +5,5 @@
|
||||
# echo "run the program..."
|
||||
# ./program
|
||||
|
||||
rm -r single.bin
|
||||
|
||||
gcc work1/single.c -o single.bin && ./single.bin
|
||||
gcc work1/single.c -o single
|
||||
./single
|
Loading…
Reference in New Issue
Block a user