Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Advent of Code solutions collection using C++23
- Host: GitHub
- URL: https://github.com/coralkashri/aoc
- Owner: coralkashri
- Created: 2021-12-08T08:15:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T21:10:55.000Z (12 months ago)
- Last Synced: 2024-07-01T12:42:52.023Z (6 months ago)
- Topics: aoc, aoc-2020-in-cpp, aoc-2021-in-cpp, aoc-2022-in-cpp, aoc-2023-in-cpp, aoc2020, aoc2021, cpp20, cpp23
- Language: C++
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code solutions collection using C++20
Run using the command: ```input.txt | executable``` (compile when `TEST_RUN` definition in main.cpp sets to `false`).