This commit is contained in:
2025-10-03 19:37:52 +08:00
parent 5e36931536
commit c0157a7e91
8 changed files with 69 additions and 17 deletions
+10
View File
@@ -0,0 +1,10 @@
using Generated;
namespace Tests;
public class UnitTest1 {
[Fact]
public void Test1() {
Assert.Equal("Hello World!!!", HelloWorld.SayHello());
}
}