Skip to content

jayasio/advent-code-24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

My solutions to the Advent of Code 2024 Edition. This is my first proper attempt at AoC, so fingers crossed.

Written in TypeScript and executed with Deno. To run it:

  1. cd into the directory of the day
  2. Create a file called input.txt with the input data, or test-input.txt for the test data from the challenge
  3. Run deno --allow-read main.ts

Tracker

Day Part A Part B
1
2
3
4
5
6
7
8
9
10
11

About

My solutions to the Advent of Code 2024 Edition. Written in TypeScript and executed with Deno.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published