Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dhananjaylatkar/aoc2023

https://adventofcode.com/2023
https://github.com/dhananjaylatkar/aoc2023

adeventofcode advent-of-code advent-of-code-2023 adventofcode2023 aoc aoc-2023

Last synced: about 2 months ago
JSON representation

https://adventofcode.com/2023

Awesome Lists containing this project

README

        

# aoc2023
https://adventofcode.com/2023

## Build
```shell
make
```

## Run
Get solution of a DAY
```shell
./aoc2023 -d
```

Get solutions of multiple days
```shell
./aoc2023 -d -d -d
```

Get solutions of all days
```shell
./aoc2023 -a
```