Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.04 KB

readme.md

File metadata and controls

31 lines (21 loc) · 1.04 KB

🎄 Advent of Code

This year I decided to do Advent of Code with Deno, and I added utils:

 # Create part1.ts, part2.ts and start the test watcher
 # Allows for fetching the input right when it becomes available :D
 $ deno task prep

 # Submit your solution
 $ deno task solve

 # Benchmark your solution
 $ deno task benchmark

 # The parameters of these commands can be found with:
 $ deno task

Looking for older years? Switch to the main branch!

🛠 How to use

Still working on the template branch for Deno :)

If you still wish to use this, you can clone the deno branch and just remove my solutions. If you have questions about using the 'template', feel free to DM me on Discord: @mauritswilke

Advent of Code - Stuck checklist

  • Check your input data, copy and paste it again.
  • Check your hardcoded values, delete them and retype them.
  • If you have a grid, check if the X and Y are correct in all cases