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
+1 -1
View File
@@ -3,6 +3,6 @@ namespace Source;
class Program {
static void Main(string[] args) {
HelloWorld.SayHello();
Console.WriteLine(HelloWorld.SayHello());
}
}