diff options
Diffstat (limited to '01_apple')
-rw-r--r-- | 01_apple/README | 10 | ||||
-rw-r--r-- | 01_apple/fruit.txt | 1 | ||||
-rw-r--r-- | 01_apple/grade.txt | 4 |
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 |