The Meson Build System
http://mesonbuild.com/
7 lines
95 B
7 lines
95 B
9 years ago
|
#include<stdio.h>
|
||
|
|
||
|
int main(int argc, char **argv) {
|
||
|
printf("Clash 2.\n");
|
||
|
return 0;
|
||
|
}
|