added more resources to README, so this repo can serve as my full-on learning path and reinforcement learning... package? added some more chapters, removed ch3 entirely.

This commit is contained in:
2022-01-06 08:38:47 +01:00
parent 777369fe09
commit 081de1f63f
5 changed files with 21 additions and 4 deletions

4
ch6.md Normal file
View File

@@ -0,0 +1,4 @@
// make an Enum and use it
// make an Enum one of whose variants' types is itself an Enum
// make an Enum one of whose variants' takes an argument, then use that argument in a match (expression?)
// use a catchall in a match expression