AdventOfCodeSolutions/2024/day1/Readme.md

8 lines
330 B
Markdown
Raw Normal View History

2024-12-01 08:59:40 -05:00
# 2024 Advent of Code Day 1
These are my solutions for day 1.
Thread here: https://goatmatrix.net/c/AdventOfCode/9AyDKNvJ6A
2024-12-01 09:01:52 -05:00
[Part 1 solution](https://lab.gvid.tv/x0x7/AdventOfCodeSolutions/src/branch/main/2024/day1/part1.js)
[Part 2 solution](https://lab.gvid.tv/x0x7/AdventOfCodeSolutions/src/branch/main/2024/day1/part2.js)