https://github.com/art049/aoc22
My Advent of Code solutions for 2022
https://github.com/art049/aoc22
advent-of-code aoc22 rust-lang
Last synced: 3 months ago
JSON representation
My Advent of Code solutions for 2022
- Host: GitHub
- URL: https://github.com/art049/aoc22
- Owner: art049
- License: mit
- Created: 2022-11-30T10:35:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T13:59:47.000Z (over 2 years ago)
- Last Synced: 2025-02-03T23:49:24.584Z (4 months ago)
- Topics: advent-of-code, aoc22, rust-lang
- Language: Rust
- Homepage:
- Size: 174 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust AOC22
Advent of Code
## Usage
Running a solution:
```bash
cargo run --bin dayXX
```## Creating a new solution
```bash
cp src/bin/template.rs src/bin/dayXX.rs
```