Advent of Code 2024 https://adventofcode.com/
Find a file
2025-01-05 20:25:20 +01:00
01-01-answer.ts chore(aoc): first commit 2024-12-14 16:54:26 +01:00
01-02-answer.ts chore(aoc): first commit 2024-12-14 16:54:26 +01:00
01-input.ts chore(aoc): first commit 2024-12-14 16:54:26 +01:00
02-01-answer.ts chore(aoc): first commit 2024-12-14 16:54:26 +01:00
02-02-answer.ts chore(aoc): first commit 2024-12-14 16:54:26 +01:00
02-input.ts chore(aoc): first commit 2024-12-14 16:54:26 +01:00
03-01-answer.ts feat(day 3): add part 1 2024-12-14 18:18:33 +01:00
03-02-answer.ts feat(day 3): add part 2 2024-12-14 21:03:00 +01:00
03-input.ts feat(day 3): add part 1 2024-12-14 18:18:33 +01:00
04-01-answer.ts feat(day 4): add part 1 2024-12-15 12:27:40 +01:00
04-02-answer.ts feat(day 4): add part 2 2024-12-15 14:48:34 +01:00
04-input.ts feat(day 4): add part 1 2024-12-15 12:27:40 +01:00
05-01-answer.ts feat(day 5): add part 1 2024-12-29 15:20:20 +01:00
05-02-answer.ts feat(day 5): add part 2 2025-01-05 17:58:42 +01:00
05-input.ts feat(day 5): add part 1 2024-12-29 15:20:20 +01:00
06-01-answer.ts feat(day 6): add part 1 2025-01-05 20:25:20 +01:00
06-input.ts feat(day 6): add part 1 2025-01-05 20:25:20 +01:00
deno.json chore(aoc): first commit 2024-12-14 16:54:26 +01:00
deno.lock chore(aoc): first commit 2024-12-14 16:54:26 +01:00
main.ts feat(day 6): add part 1 2025-01-05 20:25:20 +01:00
main_test.ts chore(aoc): first commit 2024-12-14 16:54:26 +01:00
README.md chore: add readme 2024-12-14 21:07:36 +01:00

Advent of Code 2024

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill levels that can be solved in any programming language you like.