From fff40427bee57a187e9b617998419b8c71c48acc Mon Sep 17 00:00:00 2001 From: jdhxyy Date: Mon, 18 Oct 2021 18:07:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 2 +- study_exercise1.mdsp | 6 ++++-- test1.txt | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 test1.txt diff --git a/main.c b/main.c index 012bb38..a1e3be0 100644 --- a/main.c +++ b/main.c @@ -3,7 +3,7 @@ static void one_three(void); static void two(void); -int main(void) { +int main(){ printf("starting now:\n"); one_three(); printf("done!\n"); diff --git a/study_exercise1.mdsp b/study_exercise1.mdsp index de25aaa..f996cd2 100644 --- a/study_exercise1.mdsp +++ b/study_exercise1.mdsp @@ -80,9 +80,11 @@ resourceIncludeDirectory= extraResourceOptions= [Source] -1=main.c + [Header] + [Resource] + [Other] + [History] -main.c,118 diff --git a/test1.txt b/test1.txt deleted file mode 100644 index d800886..0000000 --- a/test1.txt +++ /dev/null @@ -1 +0,0 @@ -123 \ No newline at end of file -- Gitee