Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m-torhan/advent-of-code
- Owner: m-torhan
- Created: 2024-12-10T13:54:24.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-19T16:11:42.000Z (about 2 months ago)
- Last Synced: 2024-12-19T17:24:30.594Z (about 2 months ago)
- Topics: advent-of-code, advent-of-code-2024, cuda
- Language: Cuda
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```