Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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`