Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niklasmohrin/adventofcode2024
https://github.com/niklasmohrin/adventofcode2024
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/niklasmohrin/adventofcode2024
- Owner: niklasmohrin
- License: mit
- Created: 2024-12-04T16:28:24.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-04T16:28:35.000Z (about 1 month ago)
- Last Synced: 2024-12-07T02:42:46.587Z (29 days ago)
- Language: Python
- Size: 6.84 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 2024
My solutions to [Advent of Code 2024](https://adventofcode.com/2024).
Python scripts are directly executable, for Rust use `cargo run --bin 02` (where `02` is any of the days with Rust programs).