1
0

aoc link to github pages

This commit is contained in:
2020-01-09 12:50:08 +01:00
parent a6539cf081
commit 3968a11fa6
7 changed files with 24 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
\> "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
The compiled javascript code can be viewed here: [mikescher.github.io/AdventOfCode2019](https://mikescher.github.io/AdventOfCode2019/)