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
- Host: GitHub
- URL: https://github.com/coralkashri/aoc
- Owner: coralkashri
- Created: 2021-12-08T08:15:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T20:29:08.000Z (4 months ago)
- Last Synced: 2024-12-17T21:29:27.064Z (4 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: 253 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`).