https://github.com/eoinkelly/advent_of_code_2021_rust
Using AOC as excuse to play with Rust
https://github.com/eoinkelly/advent_of_code_2021_rust
Last synced: 7 months ago
JSON representation
Using AOC as excuse to play with Rust
- Host: GitHub
- URL: https://github.com/eoinkelly/advent_of_code_2021_rust
- Owner: eoinkelly
- Created: 2021-12-04T00:11:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T18:15:39.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T08:48:40.803Z (9 months ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021 with Rust
In _Writing more rust code eventually leads to writing good rust code_ we trust.
```bash
git pull git@github.com:eoinkelly/advent_of_code_2021_rust.git
cargo run
cargo test
```