Learning tasks
- Task: Setup environment
- Task: Print Hello World
- Exercise: Hello world
- Task: Get input from command line and print it
- Hello Foo
- Task: Get two numbers from the command line and do some calculations on them
- Add two numbers in main
- Set type of numbers
- get two numbers from args and add them together
- add protection to args (if , len)
- add protection to number parsing
- Exercise: rectangle, circle
- Task: Implement file-based counter
- Task: Word Count (wc)