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

https://github.com/suneeh/aoc23

https://adventofcode.com/2023
https://github.com/suneeh/aoc23

Last synced: about 1 year ago
JSON representation

https://adventofcode.com/2023

Awesome Lists containing this project

README

          

# Advent of Code 2023

This year I will give it a shot and try to solve every single problem in TypeScript.

Run my solutions with

```bash
npx ts-node src/1.1/index.ts
```