From 1a31b8351c2a2e64006f308a4b6d1b3a998c291e Mon Sep 17 00:00:00 2001 From: "yoshihito.saito" Date: Fri, 3 Jul 2026 14:37:03 +0900 Subject: [PATCH] =?UTF-8?q?conflict=E3=82=92=E6=84=8F=E5=9B=B3=E3=81=97?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=81=BE=E3=81=99=20by=20yoshihito?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 73b0c46..5efc719 100644 --- a/hello.c +++ b/hello.c @@ -1,5 +1,5 @@ #include int main(void) { - printf("hello, world!\n"); + printf("hello, conflict!\n"); } \ No newline at end of file -- 2.22.0