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

6 lines
81 B

#include<stdio.h>
int main(void) {
printf("I am myexe.\n");
return 0;
}