Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vgloic/advent-of-code
https://github.com/vgloic/advent-of-code
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vgloic/advent-of-code
- Owner: VGLoic
- Created: 2023-09-03T16:03:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T10:21:39.000Z (about 1 year ago)
- Last Synced: 2024-04-14T10:51:35.544Z (10 months ago)
- Language: Rust
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code
This repository contains the solutions for the [Advent of code of 2022](https://adventofcode.com/2022).
## Run locally
Rust is needed in order to execute the code, see Rust [installation instructions](https://www.rust-lang.org/tools/install).
The codebase is separated into the different exercises, each exercise contains two different parts.
One can run any exercise with the targeted part using
```bash
cargo run
```Where `part` is either `part_1` or `part_2` and exercise name is defined as follows:
- Exercise #1: `callories`,
- Exercise #2: `rock-paper-scissors`,
- Exercise #3: `rucksack`,
- Exercise #4: `assignement`,
- Exercise #5: `elf-crates`,
- Exercise #6: `marker`,
- Exercise #7: `directory`,
- Exercise #8: `tree-house`,
- Exercise #9: `rope-bridge`,
- Exercise #10: `cathod-ray-tube`,
- Exercise #11: `monkey-in-the-middle`,
- Exercise #12: `hill-climbing`,
- Exercise #13: `distress-signal`,
- Exercise #14: `regolith-reservoir`,
- Exercise #15: `beacon-exclusion-zone`,
- Exercise #16: `proboscidea-volcanium`,
- Exercise #17: `pyroclastic-flow`,
- Exercise #17: `boiling-boulders`,