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

6 lines
70 B

#include<unistd.h>
int main(void) {
sleep(1000);
return 0;
}