https://github.com/kujenga/adventofcode
Solutions for Advent of Core
https://github.com/kujenga/adventofcode
Last synced: 5 months ago
JSON representation
Solutions for Advent of Core
- Host: GitHub
- URL: https://github.com/kujenga/adventofcode
- Owner: kujenga
- Created: 2022-12-24T06:00:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T04:10:47.000Z (about 2 years ago)
- Last Synced: 2025-03-18T06:14:48.743Z (10 months ago)
- Language: Python
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
[https://adventofcode.com/](https://adventofcode.com/)
## Development
Most solutions are run against `stdin`, meaning usage is as follows:
```sh
./main.py < example.txt
./main.py < input.txt
```