https://github.com/kamilturek/aoc-2023
Advent of Code 2023
https://github.com/kamilturek/aoc-2023
Last synced: 2 months ago
JSON representation
Advent of Code 2023
- Host: GitHub
- URL: https://github.com/kamilturek/aoc-2023
- Owner: kamilturek
- Created: 2023-12-02T13:42:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T17:00:05.000Z (over 1 year ago)
- Last Synced: 2025-01-22T23:22:41.249Z (4 months ago)
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
## Python
### Test
```bash
cd day01
python -m doctest part1.py
```### Run
```bash
cd day01
python part1.py < input1.txt
```