From dcbec3f8ea87806b70df0569fdcfda13bd514ac1 Mon Sep 17 00:00:00 2001 From: IvanShih <145677594+IvanShih0723@users.noreply.github.com> Date: Thu, 14 Mar 2024 19:54:41 +0800 Subject: [PATCH] Create test.cpp --- test.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test.cpp diff --git a/test.cpp b/test.cpp new file mode 100644 index 0000000..d099588 --- /dev/null +++ b/test.cpp @@ -0,0 +1,5 @@ +#include +using namespace std; +main() { + cout <<"just test"; +}