https://github.com/tenrys/advent-of-code
My solutions for Advent of Code.
https://github.com/tenrys/advent-of-code
Last synced: about 2 months ago
JSON representation
My solutions for Advent of Code.
- Host: GitHub
- URL: https://github.com/tenrys/advent-of-code
- Owner: Tenrys
- Created: 2023-12-01T10:09:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T20:25:34.000Z (about 2 years ago)
- Last Synced: 2025-01-18T06:12:07.404Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://adventofcode.com
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
I'm a good boy and I turned off GitHub Copilot for this.
## 2023
I had other things going on and started being behind on schedule, so I ended up dropping the ball this year. Oh well.
- [Day 1](/2023/day1/index.ts)
- [Day 2](/2023/day2/index.ts)
- [Day 3](/2023/day3/index.ts)