Add 2024/day1/Readme.md

This commit is contained in:
x0x7 2024-12-01 08:59:40 -05:00
parent ab9e554672
commit e437690dbc
1 changed files with 8 additions and 0 deletions

8
2024/day1/Readme.md Normal file
View File

@ -0,0 +1,8 @@
# 2024 Advent of Code Day 1
These are my solutions for day 1.
Thread here: https://goatmatrix.net/c/AdventOfCode/9AyDKNvJ6A
[Part 1 solution](part1.js)
[Part 2 solution](part2.js)