Try to init linkedlist example and testing the node
This commit is contained in:
7
tests/runLinkedlist
Executable file
7
tests/runLinkedlist
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -r linkedlist
|
||||
|
||||
gcc linkedlist.c -o linkedlist
|
||||
|
||||
./linkedlist
|
||||
Reference in New Issue
Block a user