Skip to content

MauritsWilke/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 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