Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7313 - advent: day 1 done | Kartik Agaram | 2020-12-01 | 1 | -15/+25 |
| | |||||
* | 7312 - advent: snapshot of 1b | Kartik Agaram | 2020-12-01 | 1 | -0/+90 |
| | |||||
* | 7310 - advent day 1 part 1 | Kartik Agaram | 2020-12-01 | 1 | -0/+84 |
In the process I had to: * Fix a bug in reading lines from stdin into streams * Start trailing newlines when parsing ints from streams * Implement `find` in an array |