Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danieletorelli/advent-of-code-2023
Advent of Code
https://github.com/danieletorelli/advent-of-code-2023
advent-of-code advent-of-code-2023 advent-of-code-2023-rust aoc aoc-2023-in-rust rust
Last synced: 1 day ago
JSON representation
Advent of Code
- Host: GitHub
- URL: https://github.com/danieletorelli/advent-of-code-2023
- Owner: danieletorelli
- License: gpl-3.0
- Created: 2023-12-18T16:12:07.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-18T17:00:25.000Z (11 months ago)
- Last Synced: 2024-10-11T22:25:42.446Z (27 days ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-rust, aoc, aoc-2023-in-rust, rust
- Language: Rust
- Homepage:
- Size: 36.1 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 2023 in Rust
My [Advent of Code 2023][aoc-2023] solutions in the Rust programming language.
This repository holds a separate Rust project for each day.I attempt to develop a standalone, elegant, compact and fast solution for each
problem.## License
This project is released under the GNU GPL-3.0 license.
Check out the [LICENSE](LICENSE) file for more information.[aoc-2023]: https://adventofcode.com/2023