An open API service indexing awesome lists of open source software.

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

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
```