december-adventure-2024/README
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

16 lines
No EOL
296 B
Text

# 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
```