Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcaurele/advent-of-code-2023


https://github.com/marcaurele/advent-of-code-2023

advent-of-code advent-of-code-2023

Last synced: about 2 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Advent Of Code 2023

Run to see the command for each day:

```console
poetry run python main.py --help
```

Use `--debug` to output some highlights for the findings, for example:

```console
poetry run ./main.py --debug day3-part2 ./day03/input.txt
```