Compiles but runs strange

This commit is contained in:
2025-11-02 20:24:58 +10:30
parent d1d2c9f41e
commit 09e1924996
30 changed files with 1301 additions and 504 deletions
+15
View File
@@ -0,0 +1,15 @@
namespace TinfoilVibeServerTest;
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}