https://github.com/abogical/aoc2023-cpp
Advent of Code 2023 in C++20
https://github.com/abogical/aoc2023-cpp
aoc-2023 aoc-2023-in-cpp cpp cpp20
Last synced: 9 months ago
JSON representation
Advent of Code 2023 in C++20
- Host: GitHub
- URL: https://github.com/abogical/aoc2023-cpp
- Owner: Abogical
- Created: 2024-01-14T05:59:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T22:22:13.000Z (over 2 years ago)
- Last Synced: 2024-01-16T02:40:31.529Z (over 2 years ago)
- Topics: aoc-2023, aoc-2023-in-cpp, cpp, cpp20
- Language: C++
- Homepage:
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023 in C++20
This is an attempt to use modern C++ features to solve Advent of code of 2023.
## Compilation
```bash
$ compile.sh part<1/2>
```
Example:
```bash
compile.sh 01 part2
```
## Running
```bash
$ run.sh part<1/2>
```
Example:
```bash
run.sh 01 part2
```