From f319f90524b8ffafe31f4b4217811649c8953ad0 Mon Sep 17 00:00:00 2001 From: nekoside Date: Mon, 22 Jun 2026 15:35:41 +0800 Subject: [PATCH] Update main.c --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 574e069..e96a51b 100644 --- a/main.c +++ b/main.c @@ -1,6 +1,6 @@ #include int main() { - printf("Hello World!\n"); + printf("Hello World!1\n"); return 0; } \ No newline at end of file