From e8d37d8f12edbd7efab41f3e355678082f26e320 Mon Sep 17 00:00:00 2001 From: glc12125 Date: Mon, 5 May 2025 17:11:46 +0800 Subject: [PATCH] test commit --- README.md | 1 + test.cpp | 4 ++++ test.h | 6 ++++++ test.py | 4 ++++ test.txt | 1 + 5 files changed, 16 insertions(+) create mode 100644 README.md create mode 100644 test.cpp create mode 100644 test.h create mode 100644 test.py create mode 100644 test.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..9daeafb --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +test diff --git a/test.cpp b/test.cpp new file mode 100644 index 0000000..6788ab6 --- /dev/null +++ b/test.cpp @@ -0,0 +1,4 @@ +#include + +void Test::Test() +{} \ No newline at end of file diff --git a/test.h b/test.h new file mode 100644 index 0000000..8cb2cfd --- /dev/null +++ b/test.h @@ -0,0 +1,6 @@ +#include + +class Test +{ + public Test(); +}; \ No newline at end of file diff --git a/test.py b/test.py new file mode 100644 index 0000000..4ac1b01 --- /dev/null +++ b/test.py @@ -0,0 +1,4 @@ +import sys + +def test(): + continue \ No newline at end of file diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..68a4528 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +this is a test file \ No newline at end of file