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

https://github.com/coralkashri/aoc

Advent of Code solutions collection using C++23
https://github.com/coralkashri/aoc

aoc aoc-2020-in-cpp aoc-2021-in-cpp aoc-2022-in-cpp aoc-2023-in-cpp aoc2020 aoc2021 cpp20 cpp23

Last synced: 4 months ago
JSON representation

Advent of Code solutions collection using C++23

Awesome Lists containing this project

README

        

# Advent of Code solutions collection using C++23

Run using the command: ```input.txt | executable``` (compile when `TEST_RUN` definition in main.cpp sets to `false`).