Rewrite in Zig

This commit is contained in:
2023-10-02 15:05:19 +02:00
parent 5028f127da
commit fa62c57585
11 changed files with 252 additions and 513 deletions

7
.gitignore vendored
View File

@@ -21,3 +21,10 @@
# Go workspace file
go.work
# IDE
.vscode
.idea
# Zig
zig-cache/
zig-out/