https://github.com/developer239/adventofcode-cpp
Michal meets C++ practicing the language during advent of code.
https://github.com/developer239/adventofcode-cpp
Last synced: 11 months ago
JSON representation
Michal meets C++ practicing the language during advent of code.
- Host: GitHub
- URL: https://github.com/developer239/adventofcode-cpp
- Owner: developer239
- Created: 2022-12-01T13:42:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T22:06:47.000Z (about 1 year ago)
- Last Synced: 2025-01-04T21:33:05.811Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 590 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code 2022
You can find the [challenge information here](https://adventofcode.com/). 🎄
## Install dependencies
```bash
$ brew install cmake
```
### Development
```bash
cmake -S . -B cmake-build-debug
```