Skip to content

πŸŽ„ My Advent of Code solutions, mostly in TypeScript + Deno!

Notifications You must be signed in to change notification settings

interrrp/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ„ int's Advent of Code solutions

All of these solutions are written in TypeScript on Deno.

πŸƒβ€β™‚οΈ How to run

  1. Find the folder of the day you want to run (./year/day). For example, if you want to run day 1 of 2023, it would be ./2023/1.

  2. Place your puzzle input in a file called input.txt in that folder.

  3. Run deno run --allow-read ./<year>/<day>/<part>.ts (replace values accordingly) in that folder.

About

πŸŽ„ My Advent of Code solutions, mostly in TypeScript + Deno!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published