1. Learning tasks
  2. Learning tasks
    1. Task: Setup environment
    2. Task: Print Hello World
    3. Exercise: Hello world
    4. Task: Get input from command line and print it
    5. Hello Foo
    6. Task: Get two numbers from the command line and do some calculations on them
    7. Set type of numbers
    8. get two numbers from args and add them together
    9. add protection to args (if , len)
    10. add protection to number parsing
    11. Exercise: rectangle, circle
    12. Task: Implement file-based counter
    13. Task: Word Count (wc)