Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 549 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 549 Bytes

advent-of-code-JS

My solutions for https://adventofcode.com written in Typescript

Now 350/350 ⭐ !

How to use

To use any of the solutions, navigate to any of the folders an run the functions using ts-node If you are trying to get the solution to your own puzzle, remeber to replace the string in the input file for each of the functions. Just paste it as is between the `` quotes. Note: make sure that there is no newline after last "real" line, I've been told it sometimes bricks the solution.