From 5c6f0f5de4b5baa514d1e9015cc22b3826afc34d Mon Sep 17 00:00:00 2001 From: glc12125 Date: Mon, 5 May 2025 22:21:02 +0800 Subject: [PATCH] added another cpp file --- test_1.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test_1.cpp diff --git a/test_1.cpp b/test_1.cpp new file mode 100644 index 0000000..6788ab6 --- /dev/null +++ b/test_1.cpp @@ -0,0 +1,4 @@ +#include + +void Test::Test() +{} \ No newline at end of file