https://github.com/simonsolnes/advent_of_code
https://github.com/simonsolnes/advent_of_code
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonsolnes/advent_of_code
- Owner: simonsolnes
- License: bsd-2-clause
- Created: 2023-12-01T17:43:18.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2023-12-01T22:57:30.000Z (over 2 years ago)
- Last Synced: 2026-03-29T14:35:44.692Z (3 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
## Requirements
- `python`
- `rust-script`: `cargo install rust-script`
## Running
```bash
./2023/01.py
./2023/01.rs
```