| changeset 333 | 0b82e661341a | 
| parent 329 | 828326d1b3b2 | 
| child 380 | 0b55b053eabd | 
| 332:e43ad5714b72 | 333:0b82e661341a | 
|---|---|
| 1 // Scala Lecture 5 | 1 // Scala Lecture 5 | 
| 2 //================= | 2 //================= | 
| 3 | |
| 4 // TODO: word count for a very large file (40GB or so) | |
| 5 // Transform Farenheit into Celsius | |
| 3 | 6 | 
| 4 | 7 | 
| 5 // Laziness with style | 8 // Laziness with style | 
| 6 //===================== | 9 //===================== | 
| 7 | 10 |