test commit

This commit is contained in:
glc12125 2025-05-05 17:11:46 +08:00
commit e8d37d8f12
5 changed files with 16 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
test

4
test.cpp Normal file
View File

@ -0,0 +1,4 @@
#include <test.h>
void Test::Test()
{}

6
test.h Normal file
View File

@ -0,0 +1,6 @@
#include <iostream>
class Test
{
public Test();
};

4
test.py Normal file
View File

@ -0,0 +1,4 @@
import sys
def test():
continue

1
test.txt Normal file
View File

@ -0,0 +1 @@
this is a test file