From c95318b6a2155103966c62ae9313aed087ebba77 Mon Sep 17 00:00:00 2001 From: dyz Date: Fri, 18 Apr 2025 21:59:59 +0800 Subject: [PATCH] =?UTF-8?q?dev=E5=87=BD=E6=95=B0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.cpp b/main.cpp index 7a1ef0a..6fddc29 100644 --- a/main.cpp +++ b/main.cpp @@ -4,3 +4,6 @@ int main() { std::cout << "hello world" << "\n"; return 0; } + +// dev 分支提交 +void dev() {} \ No newline at end of file