Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemy/advent-of-code-2024
Advent of Code 2022 solutions written in Rust
https://github.com/artemy/advent-of-code-2024
advent-of-code advent-of-code-2024 advent-of-code-2024-rust advent-of-code-rust rust
Last synced: 4 days ago
JSON representation
Advent of Code 2022 solutions written in Rust
- Host: GitHub
- URL: https://github.com/artemy/advent-of-code-2024
- Owner: artemy
- License: mit
- Created: 2024-12-25T19:42:24.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2024-12-26T23:31:52.000Z (7 days ago)
- Last Synced: 2024-12-27T00:21:00.888Z (7 days ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-rust, advent-of-code-rust, rust
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Advent of Code 2024 solutions
[Advent of Code 2024](https://adventofcode.com)
## Contents
- [Day 1](src/day_01.rs)
- [Day 2](src/day_02.rs)
- [Day 3](src/day_03.rs)## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details