https://github.com/mobuos/advent-of-code-2023
My (attempts) at solutions of Advent of Code 2023
https://github.com/mobuos/advent-of-code-2023
advent-of-code-2023 aoc aoc-2023-in-rust rust
Last synced: 2 months ago
JSON representation
My (attempts) at solutions of Advent of Code 2023
- Host: GitHub
- URL: https://github.com/mobuos/advent-of-code-2023
- Owner: Mobuos
- Created: 2023-12-03T13:45:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T01:51:42.000Z (over 1 year ago)
- Last Synced: 2024-02-06T02:40:59.725Z (over 1 year ago)
- Topics: advent-of-code-2023, aoc, aoc-2023-in-rust, rust
- 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
My attempt at doing AoC with Rust.To run any given day/part do `cargo run -p day-00 --bin part1` (Changing the day and part to the desired one)
Or `cd` into a day and run `cargo test` or `cargo run --bin part2`