Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldantanneo/advent-of-code-2023
Rust solutions for Advent of Code 2023
https://github.com/aldantanneo/advent-of-code-2023
Last synced: 24 days ago
JSON representation
Rust solutions for Advent of Code 2023
- Host: GitHub
- URL: https://github.com/aldantanneo/advent-of-code-2023
- Owner: AldanTanneo
- Created: 2023-12-06T09:14:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T19:36:01.000Z (about 1 year ago)
- Last Synced: 2023-12-16T17:25:39.756Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
Solutions are in Rust (nightly edition for some bleeding edge features like portable simd).
Some solutions are optimised, some not, all strive to be elegant, except when not.