Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefandesu/aoc2023
Advent of Code 2023 solutions written in TypeScript (Deno)
https://github.com/stefandesu/aoc2023
Last synced: 6 days ago
JSON representation
Advent of Code 2023 solutions written in TypeScript (Deno)
- Host: GitHub
- URL: https://github.com/stefandesu/aoc2023
- Owner: stefandesu
- License: mit
- Created: 2023-12-01T19:36:07.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-10T11:01:29.000Z (11 months ago)
- Last Synced: 2023-12-10T12:22:09.087Z (11 months ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2023
https://adventofcode.com/2023- [Day 1: Trebuchet?!](./01/README.md)
- [Day 2: Cube Conundrum](./02/README.md)
- [Day 3: Gear Ratios](./03/README.md)
- [Day 4: Scratchcards](./04/README.md)
- [Day 5: If You Give A Seed A Fertilizer](./05/README.md)
- [Day 6: Wait For It](./06/README.md)
- [Day 7: Camel Cards](./07/README.md)
- [Day 8: Haunted Wasteland](./08/README.md)## To-Dos
- [ ] Properly use TypeScript at some places instead of resorting to `any`