From 7fb1c56ea8cb209d0f3c6b437536c3d8f1c4b5b8 Mon Sep 17 00:00:00 2001 From: Soutrik Maiti Date: Fri, 7 Jan 2022 19:47:18 -0800 Subject: [PATCH] Adding initial files for chapter05 --- .DS_Store | Bin 0 -> 6148 bytes chapter05/readme5.1.md | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 .DS_Store create mode 100644 chapter05/readme5.1.md diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..59cf741b4c5bd256edf57bcfef4480d2753c194d GIT binary patch literal 6148 zcmeHK!A{#i5SBnYC9a5u1R5Pux4zI#2H6 zIQfwEC%wk{p)SfeEBZr2$kIMaK7Y)LR8Km3T%;qzjqHHudw#F6F`c&do7+LVbuilw zrUxy=d+q(%%=cbzy?J}myUMQ%eZ%tLb-?>z?3KeixJ9t2cl&EJEOK33V3e6YozM|f z@6vnV4qa3Fhgy7{`!j;Bm?$6$hyqVmz^zf<+LIYlC<=%I|BC{=J_K;a&|ziKEFEaf z5dc_6+8AQ~U}R3Mb??&AY9?9*k3lGP8Z21#%Q-84l literal 0 HcmV?d00001 diff --git a/chapter05/readme5.1.md b/chapter05/readme5.1.md new file mode 100644 index 0000000..66c3259 --- /dev/null +++ b/chapter05/readme5.1.md @@ -0,0 +1,2 @@ +# Lesson 5 Assignment +>Start putting together a plan for your final project. Given the chapter, the main goal is to put together state machine documentation. This can be a flowchart or (preferably) a state table. You may also need to create the diagrams from Lesson 2 to flesh out the design. Note: this design planning, thinking through the system, what you have and what you need. Keep in mind that these will not be the final version! \ No newline at end of file