The Meson Build System
http://mesonbuild.com/
6 lines
67 B
6 lines
67 B
8 years ago
|
#include<stdio.h>
|
||
|
|
||
|
int main(int argc, char **argv) {
|
||
|
return 0;
|
||
|
}
|