From 1e16d7786a531bed4ae20bc7991db3f721dbaecd Mon Sep 17 00:00:00 2001 From: dyz Date: Fri, 18 Apr 2025 21:57:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0fix=E5=87=BD=E6=95=B0?= =?UTF-8?q?=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 6fddc29..d57f6f7 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,7 @@ #include +void fix() {} + int main() { std::cout << "hello world" << "\n"; return 0;