9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
Hello Graders and TA's
|
|
|
|
To ease my pain I broke up the program into a few files, so you need to compile it like this:
|
|
|
|
To compile the program run this:
|
|
gcc main.c node.c linked_list.c
|
|
|
|
Then run the program with this:
|
|
./a.out |