8000 GitHub - MatyiFKBT/aoc
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MatyiFKBT/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Advent Of Code solutions

This repository stores all my Advent Of Code solutions. For the last years, I have been solving the puzzles with TypeScript.

You can check out 2024's solutions in the 2024 directory.

Requirements

# getting the input
deno task prep [year] [day] [part] # defaults to the current day, and part 1

# submitting the solution
deno task solve [year] [day] [part]
# defaults to the current day and the most recently edited part

Note

For 2024, I used utilities from this repository to programatically download the input and upload the solution: https://github.com/MauritsWilke/AdventOfCode

2024 Results

Day Part 1 Part 2
Day 1
Day 2
Day 3
Day 4
Day 5
Day 6
Day 7
Day 8
Day 9
Day 10
Day 11
Day 16
Day 19
Day 20
Day 22

2023 Results

Day Part 1 Part 2
Day 1
Day 2
Day 3
Day 4
Day 5
Day 6
Day 7
Day 8
Day 9
Day 12
Day 13

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0