From 7b352f7991a1c072411eb6736adb8097feb3de3b Mon Sep 17 00:00:00 2001 From: pk2f4jtis <348960731@qq.com> Date: Wed, 27 Nov 2024 10:39:06 +0800 Subject: [PATCH] ADD file via upload --- test.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test.cpp diff --git a/test.cpp b/test.cpp new file mode 100644 index 0000000..609a547 --- /dev/null +++ b/test.cpp @@ -0,0 +1,15 @@ +#include +#include + +int main() { + + int i, j, k; + + i = 10; + j = 100; + k = 1000; + + printf("This is a test too."); + printf("%d,%d,%d",i, j, k); + return 0; +} \ No newline at end of file