https://github.com/zwliew/advent-of-code-2021
Advent of Code 2021 solutions
https://github.com/zwliew/advent-of-code-2021
Last synced: 12 days ago
JSON representation
Advent of Code 2021 solutions
- Host: GitHub
- URL: https://github.com/zwliew/advent-of-code-2021
- Owner: zwliew
- Created: 2021-12-08T04:54:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T10:12:15.000Z (over 4 years ago)
- Last Synced: 2025-12-25T17:18:22.849Z (6 months ago)
- Language: C++
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ Solutions for Advent of Code 2021
## How to use
1. Create input in `input.txt`
2. Create solution function in `src/`
3. Call the function in `src/main.cpp`
4. Read the output in `output.txt`