Add assignment contents
Add skeleton files (`src/`), support files (`util/`), tests (`tests/`)
and `README.md`.
Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
Showing
- README.md 285 additions, 0 deletionsREADME.md
- src/.gitignore 1 addition, 0 deletionssrc/.gitignore
- src/Makefile 19 additions, 0 deletionssrc/Makefile
- src/cmd.c 128 additions, 0 deletionssrc/cmd.c
- src/cmd.h 15 additions, 0 deletionssrc/cmd.h
- src/main.c 96 additions, 0 deletionssrc/main.c
- src/utils.c 86 additions, 0 deletionssrc/utils.c
- src/utils.h 31 additions, 0 deletionssrc/utils.h
- tests/.gitignore 2 additions, 0 deletionstests/.gitignore
- tests/Makefile 29 additions, 0 deletionstests/Makefile
- tests/_test/inputs/test_01.txt 4 additions, 0 deletionstests/_test/inputs/test_01.txt
- tests/_test/inputs/test_02.txt 5 additions, 0 deletionstests/_test/inputs/test_02.txt
- tests/_test/inputs/test_03.txt 8 additions, 0 deletionstests/_test/inputs/test_03.txt
- tests/_test/inputs/test_04.txt 13 additions, 0 deletionstests/_test/inputs/test_04.txt
- tests/_test/inputs/test_05.txt 10 additions, 0 deletionstests/_test/inputs/test_05.txt
- tests/_test/inputs/test_06.txt 11 additions, 0 deletionstests/_test/inputs/test_06.txt
- tests/_test/inputs/test_07.txt 8 additions, 0 deletionstests/_test/inputs/test_07.txt
- tests/_test/inputs/test_08.txt 5 additions, 0 deletionstests/_test/inputs/test_08.txt
- tests/_test/inputs/test_09.txt 12 additions, 0 deletionstests/_test/inputs/test_09.txt
- tests/_test/inputs/test_10.txt 5 additions, 0 deletionstests/_test/inputs/test_10.txt
Loading
Please register or sign in to comment