Files
- Read file line-by-line with Scanner
- Read file line by line with Reader
- Read file as one string (slurp)
- Write to file
- Write number to file
- Append to file
- Reading CSV file
- Exercise: Sum of numbers in a file
- Exercise: Count number of digitis
- Exercise: ROT13 on file
- Exercise: Selector with list of items from a file
- TODO: Solution: Sum of numbers in a file