https://github.com/kamilturek/aoc-2024
Advent of Code 2024
https://github.com/kamilturek/aoc-2024
Last synced: about 2 months ago
JSON representation
Advent of Code 2024
- Host: GitHub
- URL: https://github.com/kamilturek/aoc-2024
- Owner: kamilturek
- Created: 2024-12-01T11:11:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T22:24:24.000Z (5 months ago)
- Last Synced: 2025-03-27T14:07:46.181Z (about 2 months ago)
- Language: Python
- Homepage: https://adventofcode.com/2024
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024
## Python
### Test
```bash
cd day01
python -m doctest part1.py
```### Run
```bash
cd day01
python part1.py < input1.txt
```