Solving Advent of Code puzzles in Go and JavaScript. This repo is my learning lab for practicing problem solving, improving DSA skills, and recording my coding journey.
Iβm recording the full Advent of Code 2025 journey in both Go and JavaScript on my YouTube channel.
Check out the playlist here
- Solve Advent of Code every day
- Build solutions in Go and JavaScript
- Keep everything simple and readable
- Track progress in one place
2025/
go/
day01/
go.mod
part1.go
part1.txt
part2.go
part2.txt
sample.txt
js/
day01/
part1.mjs
part1.txt
part2.mjs
part2.txt
sample.txt
assets/
banner.png
LICENSE
README.md
Each day includes:
- a folder
- a working solution
- real input and sample input
cd 2025/go/day01
go run .
cd 2025/js/day01
node part1.mjs
| Day | Go | JS |
|---|---|---|
| 01 | β | β |
| 02 | β | β |
| 03 | β | β |
| 04 | β | β |
| 05 | β | β |
| 06 | β | β |
| 07 | β | β |
| 08 | β | β |
| 09 | β | β |
| 10 | β | β |
| 11 | β | β |
| 12 | β | β |
More days will be added here as I go.
MIT
