Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alessandrow/advent-of-code-2022
Advent of Code 2022 in modern C++
https://github.com/alessandrow/advent-of-code-2022
advent-of-code advent-of-code-2022 advent-of-code-2022-cpp
Last synced: 24 days ago
JSON representation
Advent of Code 2022 in modern C++
- Host: GitHub
- URL: https://github.com/alessandrow/advent-of-code-2022
- Owner: AlessandroW
- Created: 2022-12-01T18:07:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T15:16:23.000Z (about 2 years ago)
- Last Synced: 2025-01-06T12:15:13.454Z (27 days ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2022-cpp
- Language: C++
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent-of-Code-2022
Advent of Code 2022 in modern C++## Installation
1. `git clone`
2. `mkdir build`
3. `cd build`
4. `cmake ..`
5. `./src/run`