Files

8 lines
138 B
C#
Raw Permalink Normal View History

2025-10-03 02:10:17 +08:00
using Generated;
namespace Source;
class Program {
static void Main(string[] args) {
2025-10-03 19:37:52 +08:00
Console.WriteLine(HelloWorld.SayHello());
2025-10-03 02:10:17 +08:00
}
}