From 9270bd176245905096ede84a8747b1584da2b677 Mon Sep 17 00:00:00 2001 From: dong Date: Sat, 30 Nov 2024 00:03:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0test=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.cpp b/main.cpp index 7a1ef0a..d0731a1 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,11 @@ #include +void test() { + +} + int main() { std::cout << "hello world" << "\n"; + test(); return 0; }