Files

11 lines
157 B
C#
Raw Permalink Normal View History

2025-10-03 19:37:52 +08:00
using Generated;
namespace Tests;
public class UnitTest1 {
[Fact]
public void Test1() {
Assert.Equal("Hello World!!!", HelloWorld.SayHello());
}
}