[2017][Day09][Nim] Streams
Using nim streams this was a breeze, and got solved a lot quicker than what I expected, quite a lot of fun :)
https://gist.github.com/sotolf2/9e5490c8938658438cd18449c5fb1b4fOpen linkView original on programming.devUsing nim streams this was a breeze, and got solved a lot quicker than what I expected, quite a lot of fun :)
https://gist.github.com/sotolf2/9e5490c8938658438cd18449c5fb1b4fOpen linkView original on programming.devI was playing around a bit with cellular automata, and "Brian's brain" always looks kind of fun, this is just a simple little program visualising it using curses (through illwill).
https://codeberg.org/sotolf/briansBrain/src/branch/main/briansBrain.nimOpen linkView original on programming.dev