Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleiade/advent-of-code
πAdvent of code π
https://github.com/oleiade/advent-of-code
2022 advent-of-code rust
Last synced: 1 day ago
JSON representation
πAdvent of code π
- Host: GitHub
- URL: https://github.com/oleiade/advent-of-code
- Owner: oleiade
- License: mit
- Created: 2022-12-01T17:51:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T08:14:02.000Z (about 2 years ago)
- Last Synced: 2025-01-13T18:13:05.157Z (3 days ago)
- Topics: 2022, advent-of-code, rust
- Language: Rust
- Homepage:
- Size: 63.5 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
This repository contains my solutions for the [Advent of Code 2022](https://adventofcode.com/2022) challenges.
I focused on having fun, rather building the most optimal solution. Other people will do that far better than me anyways.
## Usage
This repository depends on the [advent of code build tool](https://github.com/gobanos/cargo-aoc), and should be used with the `cargo aoc` command.