From 5221e5c4707dce05e2132069b553b61db259fd59 Mon Sep 17 00:00:00 2001 From: dyz Date: Fri, 18 Apr 2025 22:28:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dfix1=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index b6044b3..2afd188 100644 --- a/main.cpp +++ b/main.cpp @@ -2,6 +2,8 @@ void fix() {} +void fix1() { } + int main() { std::cout << "hello world" << "\n"; return 0;