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