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: 26 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T18:17:44.000Z (10 months ago)
- Last Synced: 2025-08-20T08:42:20.337Z (3 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: 271 KB
- Stars: 2
- 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++23
Run using the command: ```input.txt | executable``` (compile when `TEST_RUN` definition in main.cpp sets to `false`).