From 05e7a243c79e627acf95f59f75055ceb0447ceee Mon Sep 17 00:00:00 2001 From: oppo-pad-air <3101158440@qq.com> Date: Mon, 27 Feb 2023 14:10:53 +0800 Subject: [PATCH] test --- test.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test.c b/test.c index 998b654..98b595e 100644 --- a/test.c +++ b/test.c @@ -1,5 +1,8 @@ #include int main() -{printf("test\n"); - return 0;} +{ + printf("test\n"); + printf("test again\n"); + return 0; +}