1
0
www.mikescher.com/www/statics/blog/aoc2019.md

10 lines
643 B
Markdown
Raw Normal View History

2020-01-09 12:50:08 +01:00
\> "The same procedure as last year, Miss Sophie?"
\> "The same procedure as every year, James!"
2019-11-08 16:09:42 +01:00
2020-01-09 12:50:08 +01:00
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.
2019-12-02 14:27:20 +01:00
Especially big input files are annoying to realize without I/O functions...
2020-01-09 12:50:08 +01:00
This is my first real encounter with typescript (or javascript that's more than small scripts) so the resulting code should be ... suboptimal.
2019-12-02 14:27:20 +01:00
But I hope I will improve :D
2020-01-09 12:50:08 +01:00
The compiled javascript code can be viewed here: [mikescher.github.io/AdventOfCode2019](https://mikescher.github.io/AdventOfCode2019/)