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

6 lines
67 B

#include<stdio.h>
int main(int argc, char **argv) {
return 0;
}