MaCH repo

This commit is contained in:
2026-05-20 22:37:43 -05:00
committed by nightshade
commit 270177fc70
48 changed files with 4873 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#include <mach.h>
void mach(){
resource("home", "/", .mime = m_txt,
.get = {
mustache(.body = "hello")
}
);
}