Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bozdoz/advent-of-code-2023
Advent of Code 2023 (Rust)
https://github.com/bozdoz/advent-of-code-2023
advent-of-code advent-of-code-2023 rust
Last synced: 21 days ago
JSON representation
Advent of Code 2023 (Rust)
- Host: GitHub
- URL: https://github.com/bozdoz/advent-of-code-2023
- Owner: bozdoz
- License: mit
- Created: 2023-11-22T03:45:59.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-12T15:30:57.000Z (29 days ago)
- Last Synced: 2024-12-12T16:31:25.805Z (28 days ago)
- Topics: advent-of-code, advent-of-code-2023, rust
- Language: Rust
- Homepage: https://adventofcode.com/2023
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2023
###### In Rust!
Continuing the tradition: https://github.com/bozdoz/advent-of-code-2022
### How to use
Test: `cargo test`
Run: `cd day-01 && cargo run`
New: `./createDay.sh 02`
### Help
- [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
- [ChatGPT](https://chat.openai.com)
- [Reddit](https://reddit.com/r/adventofcode)
- [StackOverflow](https://stackoverflow.com/questions/tagged/rust)
- [Discord](https://discord.com/invite/rust-lang-community)
- [Codeium](https://codeium.com/)