MaCH repo
This commit is contained in:
9
00_hello_text/main.c
Normal file
9
00_hello_text/main.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <mach.h>
|
||||
|
||||
void mach(){
|
||||
resource("home", "/", .mime = m_txt,
|
||||
.get = {
|
||||
mustache(.body = "hello")
|
||||
}
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user