aoc link to github pages
This commit is contained in:
10
www/statics/blog/aoc2019.md
Normal file
10
www/statics/blog/aoc2019.md
Normal 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/)
|
||||
Reference in New Issue
Block a user