Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamilturek/aoc-2023
Advent of Code 2023
https://github.com/kamilturek/aoc-2023
Last synced: 26 days 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-10T17:00:05.000Z (11 months ago)
- Last Synced: 2024-05-01T16:06:42.750Z (6 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
```