From 78029ff177a04f30523bae8e859ab2c6503b5c94 Mon Sep 17 00:00:00 2001 From: wqx <1325031856@qq.com> Date: Wed, 16 Oct 2024 15:07:57 +0800 Subject: [PATCH] 1. add a file "wqx.c" --- wqx.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wqx.c diff --git a/wqx.c b/wqx.c new file mode 100644 index 0000000..2ffe175 --- /dev/null +++ b/wqx.c @@ -0,0 +1,6 @@ +#include +int main(int argc, const char *argv[]) +{ + printf("111"); + return 0; +} -- Gitee