From 0ec68f0eb089eb01d7a6e9e57fcc7d48b8372868 Mon Sep 17 00:00:00 2001 From: dyz Date: Fri, 18 Apr 2025 22:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0dev=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 7ccbfb8..447d062 100644 --- a/main.cpp +++ b/main.cpp @@ -6,3 +6,5 @@ int main() { std::cout << "hello world" << "\n"; return 0; } + +void dev() { } \ No newline at end of file