Initial commit, basic unauthenticated score system

This commit is contained in:
Haze Weathers 2024-11-29 06:33:08 -05:00
commit a818d383ec
7 changed files with 596 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
# zig build artifacts
.zig-cache/
zig-out/
# testing artifacts
scores/