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

https://github.com/misterpemodder/adventofcode2024


https://github.com/misterpemodder/adventofcode2024

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Advent of code 2024

Advent of code, 2024 edition solutions in Zig (no libc, no external deps, static)

## Pre-requisites

* Zig 0.13 or later (if no breaking changes)
* Nix package manager (optional): for automatic dev env setup

## Running the Solutions

```bash
zig build day01
zig build day02
# ...
zig build dayXX
```

## Running Tests

```bash
zig run tests
```