From b60d3fcd4fb726dd28f96b240067e3cdef22c154 Mon Sep 17 00:00:00 2001 From: awinx Date: Sun, 23 Feb 2025 12:05:51 +0800 Subject: [PATCH] test --- test.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test.cpp b/test.cpp index e69de29..cd2e0f6 100644 --- a/test.cpp +++ b/test.cpp @@ -0,0 +1,7 @@ +#include +using namespace::std; +int main(void) +{ + cout << "test gcc" << endl; + return 0; +} \ No newline at end of file