From 3b727f6c9228eb8a54b9278996dea70f5445fa07 Mon Sep 17 00:00:00 2001 From: wangxinyu <2788673683@qq.com> Date: Mon, 14 Jul 2025 16:03:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=9B=9E=E6=BB=9A=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index 886ee14..07bd336 100644 --- a/hello.c +++ b/hello.c @@ -9,5 +9,6 @@ void main() printf("nihao\n"); printf("你好\n"); printf("haode\n"); + printf("测试回滚提交\n"); return 0; } \ No newline at end of file