From a8cc7666d806673a7a9be4c6496c347393573e45 Mon Sep 17 00:00:00 2001 From: j1 <1902104675@qq.com> Date: Mon, 26 Sep 2022 09:04:51 +0000 Subject: [PATCH] =?UTF-8?q?update=20101-C=E8=AF=AD=E8=A8=80=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=88=86=E6=9E=90.c.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: j1 <1902104675@qq.com> --- ...0\250\200\344\273\243\347\240\201\345\210\206\346\236\220.c" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/101-C\350\257\255\350\250\200\344\273\243\347\240\201\345\210\206\346\236\220.c" "b/101-C\350\257\255\350\250\200\344\273\243\347\240\201\345\210\206\346\236\220.c" index cd8b81e..716d9d9 100644 --- "a/101-C\350\257\255\350\250\200\344\273\243\347\240\201\345\210\206\346\236\220.c" +++ "b/101-C\350\257\255\350\250\200\344\273\243\347\240\201\345\210\206\346\236\220.c" @@ -124,7 +124,7 @@ void join(int x) //递归运算 printf("%d", x); //注意别漏掉这个打印信息! } -int mian() +int main() { int x = 3,y = 0; -- Gitee