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

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

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).