Add 2023/Day2/Readme.md

This commit is contained in:
x0x7 2024-11-30 00:23:41 -05:00
parent dc57765dd8
commit b31f118b15
1 changed files with 8 additions and 0 deletions

8
2023/Day2/Readme.md Normal file
View File

@ -0,0 +1,8 @@
# 2023 Advent of Code Day 2
These are my solutions for day 2.
Thread here: https://goatmatrix.net/c/AdventOfCode/F9VPZJnJR6
[Part 1 solution](https://lab.gvid.tv/x0x7/AdventOfCodeSolutions/src/branch/main/2023/Day2/part1.js)
[Part 2 solution](https://lab.gvid.tv/x0x7/AdventOfCodeSolutions/src/branch/main/2023/Day2/part2.js)