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

7 lines
95 B

#include<stdio.h>
int main(int argc, char **argv) {
printf("Clash 2.\n");
return 0;
}