Files

11 lines
160 B
C
Raw Permalink Normal View History

2025-07-24 12:46:01 -05:00
#include <mach.h>
mach(main){
context("greeting", "hello world");
resource("home", "/", .mime = m_txt,
.get = {
respond("greeting")
}
);
}