From f8799bea4ca5dff1bb09e933ad904327b8d72eef Mon Sep 17 00:00:00 2001 From: sheayu <2747824354@qq.com> Date: Thu, 2 Feb 2023 09:16:37 +0800 Subject: [PATCH] branch test --- first.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/first.cpp b/first.cpp index 50db2f3..e46e478 100644 --- a/first.cpp +++ b/first.cpp @@ -2,4 +2,5 @@ int main() { printf("hello world!"); + printf("hello world!"); } -- GitLab