Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wgunderwood/advent-of-code-2021
https://github.com/wgunderwood/advent-of-code-2021
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wgunderwood/advent-of-code-2021
- Owner: WGUNDERWOOD
- License: mit
- Created: 2023-02-03T20:15:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T03:51:05.000Z (11 months ago)
- Last Synced: 2024-02-19T03:34:33.514Z (11 months ago)
- Language: Rust
- Size: 325 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent-of-code-2021
[Advent of Code 2021](https://adventofcode.com/2021)
in [Rust](https://www.rust-lang.org/).## Usage
- Install [Rust and Cargo](https://www.rust-lang.org/learn/get-started).
- Install [make](https://www.gnu.org/software/make/).
- Run `make`.