From 461e125a4c580cd61d7f993aff574d233ae93197 Mon Sep 17 00:00:00 2001 From: p6sf8nl4k Date: Wed, 27 Nov 2024 09:58:13 +0800 Subject: [PATCH] ADD file via upload --- testMain.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testMain.cpp diff --git a/testMain.cpp b/testMain.cpp new file mode 100644 index 0000000..3cbf780 --- /dev/null +++ b/testMain.cpp @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("This is a test program"); + return 0; +} \ No newline at end of file