https://github.com/evadecker/advent-of-code-2023
Writing horrible code for the holidays.
https://github.com/evadecker/advent-of-code-2023
advent-of-code-2023
Last synced: 12 months ago
JSON representation
Writing horrible code for the holidays.
- Host: GitHub
- URL: https://github.com/evadecker/advent-of-code-2023
- Owner: evadecker
- Created: 2023-12-01T05:57:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T19:11:16.000Z (over 2 years ago)
- Last Synced: 2023-12-06T20:26:40.431Z (over 2 years ago)
- Topics: advent-of-code-2023
- Language: TypeScript
- Homepage: https://adventofcode.com
- Size: 5.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
Here are my less-than-impressive attempts at Advent of Code 2023, written in TypeScript.
## Testing
I even wrote tests??
```
pnpm test
```