diff --git a/wqx.c b/wqx.c new file mode 100644 index 0000000000000000000000000000000000000000..2ffe175c898797b53a7546bc462bfa53cf77b01e --- /dev/null +++ b/wqx.c @@ -0,0 +1,6 @@ +#include +int main(int argc, const char *argv[]) +{ + printf("111"); + return 0; +}