Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daslixou/advent-of-code-2022

Lixou's rusty Advent of Code 2022
https://github.com/daslixou/advent-of-code-2022

advent-of-code-2022

Last synced: 26 days ago
JSON representation

Lixou's rusty Advent of Code 2022

Awesome Lists containing this project

README

        

# Lixou's rusty Advent of Code 2022

## How to run?

Example for Day 1:

`cargo run -p day_01 --bin normal`

Example for Day 1 - Bonus:

`cargo run -p day_01 --bin bonus`