From 2966ee66d59ba4b1c3df52f52005a7b2f566acfa Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 11 Oct 2023 18:33:02 -0300 Subject: [PATCH] Add readme for a3 --- Assignment3/readme.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Assignment3/readme.txt diff --git a/Assignment3/readme.txt b/Assignment3/readme.txt new file mode 100644 index 0000000..a2f2eef --- /dev/null +++ b/Assignment3/readme.txt @@ -0,0 +1,7 @@ +To graders: + +To compile the code, run the following command: +gcc main.c + +To run the code, run the following command: +./a.out \ No newline at end of file