Try to init linkedlist example and testing the node

This commit is contained in:
2020-08-01 20:32:55 +07:00
parent f78b5369d6
commit 7bc6a62777
3 changed files with 80 additions and 0 deletions

7
tests/runLinkedlist Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
rm -r linkedlist
gcc linkedlist.c -o linkedlist
./linkedlist