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

6 lines
71 B

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