summaryrefslogtreecommitdiff
path: root/01_apple
diff options
context:
space:
mode:
authorHaidong Ji2022-04-15 15:51:30 -0500
committerHaidong Ji2022-04-15 15:51:30 -0500
commit442a49ad5a48d417345959b903ae6a6d32d55759 (patch)
treec7127bb497e5e439018b1915e0136eec2c9cb124 /01_apple
Great C programming funHEADmaster
Excellent fundamentals and displine training, many tools and techniques exercises: gdb, emacs, valgrind, git
Diffstat (limited to '01_apple')
-rw-r--r--01_apple/README10
-rw-r--r--01_apple/fruit.txt1
-rw-r--r--01_apple/grade.txt4
3 files changed, 15 insertions, 0 deletions
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