https://github.com/zsr2531/aoc_2021
This repo contains my solutions to AoC 2021.
https://github.com/zsr2531/aoc_2021
advent-of-code aoc aoc2021
Last synced: 11 months ago
JSON representation
This repo contains my solutions to AoC 2021.
- Host: GitHub
- URL: https://github.com/zsr2531/aoc_2021
- Owner: zsr2531
- License: mit
- Created: 2021-12-01T12:16:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T19:47:12.000Z (over 4 years ago)
- Last Synced: 2025-03-04T08:14:17.259Z (over 1 year ago)
- Topics: advent-of-code, aoc, aoc2021
- Language: Rust
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2021
This repo contains my solutions to AoC 2021. I decided to use Rust exclusively this year, so all the solutions can be found in the same project.
## Usage
`./aoc_2021 `
> Note: If you want to solve part 1 first, you can omit `input2`.
Then the program will prompt you to select which day to load the solution for. Afterwards, it will read the input and feed it to the solution and then print the result.