test: 新增 tests 单元测试文件夹

This commit is contained in:
2025-10-01 02:37:31 +00:00
parent 648f72cb60
commit 67dff96d60
7 changed files with 1 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <iostream>
int main()
{
puts("Hello world!");
return 0;
}