No description
Find a file
Aaron Fischer 9f14073d61 Day 11: make things neat
Signed-off-by: Aaron Fischer <mail@aaron-fischer.net>
2024-12-11 23:42:07 +01:00
gemini-server-test Day 9: Replace bash script with zig application 2024-12-09 22:56:38 +01:00
src Day 11: make things neat 2024-12-11 23:42:07 +01:00
zig-out/bin Day 11: make things neat 2024-12-11 23:42:07 +01:00
build.zig Day 9: Replace bash script with zig application 2024-12-09 22:56:38 +01:00
build.zig.zon Day 9: Replace bash script with zig application 2024-12-09 22:56:38 +01:00
README Day 1: Add a compose.yaml to test my fastCGI application 2024-12-01 21:18:39 +01:00

# December Adventure 2024

This is my little #decemberAdventure for 2024. I try to get some real coding done with the Zig programming language. My adventure can be found [here](https://okoyono.de/~f/december-adventure-2024.gmi).

## Build

```
zig build
```


## Run tests

```
zig build test
```