Compare commits

...

2 Commits

Author SHA1 Message Date
Sambo Chea 171e2e38e6 Updated readme 2020-08-02 14:14:09 +07:00
Sambo Chea 527b38f3a2 Updated files 2020-08-02 14:12:54 +07:00
7 changed files with 10 additions and 7 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.bin

View File

@ -1,4 +1,6 @@
# SBN C Assigement
# SBN C-Assigement
- [ ] Student Details
- [ ] ...
- [ ] Linked List
- [ ] Book Data Store
- [ ] Etc.

BIN
bookNode

Binary file not shown.

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

BIN
single

Binary file not shown.

BIN
test

Binary file not shown.

View File

@ -1,5 +1,4 @@
#!/bin/bash
rm -r work1
gcc work1.c -o work1 && ./work1
rm -r work1.bin
gcc work1.c -o work1.bin && ./work1.bin