The Meson Build System http://mesonbuild.com/

7 lines
71 B

#include"lib.h"
char *meson_print(void)
{
return "Hello, world!";
}