Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daslixou/advent-of-code-2022
- Owner: DasLixou
- Created: 2022-12-04T17:23:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T17:49:40.000Z (about 2 years ago)
- Last Synced: 2024-11-07T14:33:08.647Z (3 months ago)
- Topics: advent-of-code-2022
- Language: Rust
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`