15 lines
561 B
Markdown
15 lines
561 B
Markdown
# 2024 Advent of Code Day 1
|
|
|
|
These are my solutions for day 1.
|
|
|
|
Thread here: https://goatmatrix.net/c/AdventOfCode/9AyDKNvJ6A
|
|
|
|
## Javascript
|
|
|
|
[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)
|
|
|
|
## Python
|
|
|
|
[Part 1 solution](https://lab.gvid.tv/x0x7/AdventOfCodeSolutions/src/branch/main/2024/day1/part1.py)
|
|
[Part 2 solution](https://lab.gvid.tv/x0x7/AdventOfCodeSolutions/src/branch/main/2024/day1/part2.py) |