- 1. Learning tasks
- 2. Learning tasks
- 2.1. Task: Setup environment
- 2.2. Task: Print Hello World
- 2.3. Exercise: Hello world
- 2.4. Task: Get input from command line and print it
- 2.5. Hello Foo
- 2.6. Task: Get two numbers from the command line and do some calculations on them
- 2.7. Set type of numbers
- 2.8. get two numbers from args and add them together
- 2.9. add protection to args (if , len)
- 2.10. add protection to number parsing
- 2.11. Exercise: rectangle, circle
- 2.12. Task: Implement file-based counter
- 2.13. Task: Word Count (wc)