Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/m-torhan/advent-of-code

🎄 Solutions for the Advent of Code
https://github.com/m-torhan/advent-of-code

advent-of-code advent-of-code-2024 cuda

Last synced: about 2 months ago
JSON representation

🎄 Solutions for the Advent of Code

Awesome Lists containing this project

README

        

# Building and running

To build solution for day `n`, part `k` run:
```sh
make dayp
```
to execute it, run:
```sh
make dayp_run
```
i.e.
```sh
> make day1p1
> make day1p1_run
Total distance: 2742123
```