Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcaurele/advent-of-code-2023
- Owner: marcaurele
- Created: 2023-12-02T07:47:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T07:03:50.000Z (8 months ago)
- Last Synced: 2024-10-16T20:23:14.076Z (23 days ago)
- Topics: advent-of-code, advent-of-code-2023
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```