Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ranfdev/aoc_2022


https://github.com/ranfdev/aoc_2022

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# How to use
```
# install nix
# open an environment with all the needed tools
nix develop
# fetch the input file, create the binary file for the day from src/template.rs
cargo run --bin fetch_challenge 03
# Edit the file src/bin/d03.rs to solve the challenge.

# Get the output with
cargo run --bin src/bin/d03.rs < inputs/03.txt
```