Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamilturek/aoc-2022
Advent of Code 2022
https://github.com/kamilturek/aoc-2022
Last synced: 26 days ago
JSON representation
Advent of Code 2022
- Host: GitHub
- URL: https://github.com/kamilturek/aoc-2022
- Owner: kamilturek
- Created: 2022-12-12T18:11:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T18:38:03.000Z (about 1 year ago)
- Last Synced: 2024-05-01T16:06:42.143Z (6 months ago)
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
## Python
### Test
```bash
cd day01
``````bash
python -m doctest part1.py
```### Run
```bash
cd day01
``````bash
cat input1.txt | python part1.py
```