commit e8d37d8f12edbd7efab41f3e355678082f26e320 Author: glc12125 Date: Mon May 5 17:11:46 2025 +0800 test commit 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