Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldantanneo/advent-of-code-2024
https://github.com/aldantanneo/advent-of-code-2024
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aldantanneo/advent-of-code-2024
- Owner: AldanTanneo
- Created: 2024-12-02T14:56:46.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-12-11T13:41:03.000Z (12 days ago)
- Last Synced: 2024-12-11T14:40:42.816Z (12 days ago)
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024
Solutions are run using the `aoc-runner` fish shell script, and implemented in various programming languages as I saw fit, including Rust, OCaml...
Input files are located in the `input/` folder and named `dayXX.txt`, where `XX` is the zero-padded day number.