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 /README |
Excellent fundamentals and displine training, many tools and techniques
exercises: gdb, emacs, valgrind, git
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +Welcome to the Practice Programming Environment. + +This is where +This is your directory for the assignments in this +specialization. To do the first assignment: + +cd 00_hello + +There, you will find a README with instructions. +Once you do them and pass that assignment, +the Practice Programming Environment will +automatically give you the next assignment. +You should then continue readings and videos +in Coursera until you are ready for that assignment. |