Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreas-bauer/advent-of-code-2023
Advent of Code 2023 using Rust
https://github.com/andreas-bauer/advent-of-code-2023
advent-of-code advent-of-code-2023 advent-of-code-2023-rust aoc
Last synced: 22 days ago
JSON representation
Advent of Code 2023 using Rust
- Host: GitHub
- URL: https://github.com/andreas-bauer/advent-of-code-2023
- Owner: andreas-bauer
- Created: 2023-12-08T15:48:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-27T22:30:16.000Z (10 months ago)
- Last Synced: 2023-12-28T00:17:21.014Z (10 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-rust, aoc
- Language: Rust
- Homepage:
- Size: 156 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Advent of Codelet year: u32 = 2023;
[Advent of Code](https://adventofcode.com/) offers a series of programming puzzles as an advent calendar, with a new puzzle being revealed every day leading up to Christmas.
In this repository, I present my solutions to these puzzles using Rust.
## Build and Run
Use `cargo` to build and run the solution for a specific day.
```
cargo run --bin day01
```