No description
Find a file
Aaron Fischer e1b698f82a Day 1: Add a compose.yaml to test my fastCGI application
Signed-off-by: Aaron Fischer <mail@aaron-fischer.net>
2024-12-01 21:18:39 +01:00
gemini-server-test Day 1: Add a compose.yaml to test my fastCGI application 2024-12-01 21:18:39 +01:00
src Day 1: Add a compose.yaml to test my fastCGI application 2024-12-01 21:18:39 +01:00
build.zig Day 1: Add a compose.yaml to test my fastCGI application 2024-12-01 21:18:39 +01:00
build.zig.zon Day 1: Add a compose.yaml to test my fastCGI application 2024-12-01 21:18:39 +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
```