Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lgarrison/adventofcode2022

Advent of Code 2022, in Rust again!
https://github.com/lgarrison/adventofcode2022

advent-of-code advent-of-code-2022

Last synced: 25 days ago
JSON representation

Advent of Code 2022, in Rust again!

Awesome Lists containing this project

README

        

# Advent of Code 2022
Once again in Rust! 🦀

[2021 in Rust](https://github.com/lgarrison/adventofcode2021)

## Usage
To make a new day:
1) `$ cd src; cp -r template dayX`
1) Put the input in `src/dayX/input.txt`
1) Add a new `[[bin]]` section to `Cargo.toml`

To run:
- `$ cargo run --bin dayX`

To run fast:
- `$ cargo run --release --bin dayX`