diff options
author | Haidong Ji | 2022-04-15 15:51:30 -0500 |
---|---|---|
committer | Haidong Ji | 2022-04-15 15:51:30 -0500 |
commit | 442a49ad5a48d417345959b903ae6a6d32d55759 (patch) | |
tree | c7127bb497e5e439018b1915e0136eec2c9cb124 /01_apple/README |
Excellent fundamentals and displine training, many tools and techniques
exercises: gdb, emacs, valgrind, git
Diffstat (limited to '01_apple/README')
-rw-r--r-- | 01_apple/README | 10 |
1 files changed, 10 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 |