1
0
www.mikescher.com/www/statics/blog/aoc2019.txt
2019-12-02 14:27:20 +01:00

9 lines
500 B
Plaintext

> "The same procedure as last year, Miss Sophie?"
> "The same procedure as every year, James!"
This year I will try to solve the challenges with typescript. Originally I wanted to use Befunge, but the problems don't really work that well in Befunge.
Especially big input files are annoying to realize without I/O functions...
This is my first real encounter with typescript (or javascript that's more than small scripts) so the resulting code should be ... suboptimal.
But I hope I will improve :D