From 0e90c9479d20ba5726c41727cfbe57ef441e5090 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Sun, 17 Sep 2023 23:29:13 -0300 Subject: [PATCH] Add readme for graders --- Assignment1/readme.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Assignment1/readme.txt diff --git a/Assignment1/readme.txt b/Assignment1/readme.txt new file mode 100644 index 0000000..23d6695 --- /dev/null +++ b/Assignment1/readme.txt @@ -0,0 +1,9 @@ +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 \ No newline at end of file