https://github.com/chadxz/advent-of-code-2022
Ho Ho Ho! Merry Christmas!
https://github.com/chadxz/advent-of-code-2022
Last synced: 3 months ago
JSON representation
Ho Ho Ho! Merry Christmas!
- Host: GitHub
- URL: https://github.com/chadxz/advent-of-code-2022
- Owner: chadxz
- Created: 2022-12-04T04:47:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T03:52:26.000Z (over 2 years ago)
- Last Synced: 2025-01-23T22:24:53.184Z (4 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
Traveling through https://adventofcode.com and trying to learn a bit of Rust.
This is a monorepo containing one binary for each day that I attempt to
complete.# Setup
1. Install Rust following the instructions [on the website](https://www.rust-lang.org/tools/install).
2. `cargo build` in the root dir to build the monorepo.
3. `cargo run -p ` to run the binary for a given package.For
example: `cargo run -p dec1`