Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/migerh/aoc-2022
My solutions for Advent of Code 2022
https://github.com/migerh/aoc-2022
Last synced: 22 days ago
JSON representation
My solutions for Advent of Code 2022
- Host: GitHub
- URL: https://github.com/migerh/aoc-2022
- Owner: migerh
- License: mit
- Created: 2022-12-01T05:29:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T09:26:21.000Z (about 2 years ago)
- Last Synced: 2023-03-11T06:17:40.840Z (almost 2 years ago)
- Language: Rust
- Size: 97.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AOC 2022
My solutions for the [Advent of Code 2022](https://adventofcode.com/2022)
puzzles, implemented in [Rust](https://www.rust-lang.org).## Running the solutions
This repo uses [cargo-aoc](https://github.com/gobanos/cargo-aoc) cli
tool/library. To run a solution follow the instructions to install
and set up cargo-aoc. Then run```sh
cargo aoc -d -p
```## License
The code in this repository is licensed under the terms of the MIT license.