From 442a49ad5a48d417345959b903ae6a6d32d55759 Mon Sep 17 00:00:00 2001 From: Haidong Ji Date: Fri, 15 Apr 2022 15:51:30 -0500 Subject: Great C programming fun Excellent fundamentals and displine training, many tools and techniques exercises: gdb, emacs, valgrind, git --- 01_apple/README | 10 ++++++++++ 01_apple/fruit.txt | 1 + 01_apple/grade.txt | 4 ++++ 3 files changed, 15 insertions(+) create mode 100644 01_apple/README create mode 100644 01_apple/fruit.txt create mode 100644 01_apple/grade.txt (limited to '01_apple') diff --git a/01_apple/README b/01_apple/README new file mode 100644 index 0000000..0b7c72f --- /dev/null +++ b/01_apple/README @@ -0,0 +1,10 @@ +Ok, now you've been walked through editing, saving, +and submitting an assignment. For this assignment, we're just going +to have you practice that on your own before +we move on to things involving writing code. + +- Create a file called "fruit.txt" +- Write one line, containing the text +apple +into that file +- Save the file and submit the assignment for grading diff --git a/01_apple/fruit.txt b/01_apple/fruit.txt new file mode 100644 index 0000000..4c479de --- /dev/null +++ b/01_apple/fruit.txt @@ -0,0 +1 @@ +apple diff --git a/01_apple/grade.txt b/01_apple/grade.txt new file mode 100644 index 0000000..0b58cac --- /dev/null +++ b/01_apple/grade.txt @@ -0,0 +1,4 @@ +Grading at Sat 27 Nov 2021 02:09:16 AM UTC +Your file matched the expected output + +Overall Grade: PASSED -- cgit v1.2.3