sbn.cassigment/tests/runLinkedlist

7 lines
75 B
Bash
Executable File

#!/bin/bash
rm -r linkedlist
gcc linkedlist.c -o linkedlist
./linkedlist