https://github.com/aleksandrhovhannisyan/adventofcode2023
My solutions to Advent of Code 2023
https://github.com/aleksandrhovhannisyan/adventofcode2023
adventofcode2023 aoc aoc2023 cpp
Last synced: 8 months ago
JSON representation
My solutions to Advent of Code 2023
- Host: GitHub
- URL: https://github.com/aleksandrhovhannisyan/adventofcode2023
- Owner: AleksandrHovhannisyan
- Created: 2023-12-06T03:29:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T01:42:04.000Z (about 2 years ago)
- Last Synced: 2025-04-15T21:46:24.217Z (8 months ago)
- Topics: adventofcode2023, aoc, aoc2023, cpp
- Language: C++
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
My solutions to the Advent of Code 2023 problems.
## Running Locally
1. Clone the repo.
2. To compile the solutions for a day, run `cd src/dayn && make`, replacing `n` with the day number (e.g., `day1`).
3. Run the compiled executable (either `01` or `02` for parts 1 and 2, respectively).