mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-29 05:21:23 +01:00
5 lines
67 B
C
5 lines
67 B
C
|
#include <glib.h>
|
||
|
|
||
|
int main (int argc, char *argv[]) {
|
||
|
return 0;
|
||
|
}
|