10 lines
129 B
C
10 lines
129 B
C
#include <mach.h>
|
|
|
|
void mach(){
|
|
resource("home", "/", .mime = m_txt,
|
|
.get = {
|
|
mustache(.body = "hello")
|
|
}
|
|
);
|
|
}
|