Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgardner/advent_of_code_2022
https://adventofcode.com/2022
https://github.com/rgardner/advent_of_code_2022
advent-of-code advent-of-code-2022
Last synced: 16 days ago
JSON representation
https://adventofcode.com/2022
- Host: GitHub
- URL: https://github.com/rgardner/advent_of_code_2022
- Owner: rgardner
- Created: 2022-12-04T21:04:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T21:04:41.000Z (about 2 years ago)
- Last Synced: 2024-11-05T15:51:08.194Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2022
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
## Getting Started
Prerequisites:
- [Rust](https://www.rust-lang.org/)
```sh
cargo build
cargo test
cargo xtask ci
```