From 4c07fc22cb5abb0593a8c1db3ae48162f8a9b2d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=80=E5=BD=A7?= Date: Tue, 18 May 2021 21:49:39 +0800 Subject: [PATCH] =?UTF-8?q?C=E8=AF=AD=E8=A8=80=E7=A5=9E=E7=BA=A7=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- C/mian.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 C/mian.c diff --git a/C/mian.c b/C/mian.c new file mode 100644 index 0000000..5e23595 --- /dev/null +++ b/C/mian.c @@ -0,0 +1,2 @@ +// witten by alan-qizhi +int mian() \ No newline at end of file -- Gitee