Files

8 lines
122 B
C#
Raw Permalink Normal View History

2025-10-03 20:08:33 +08:00
namespace Generated;
public static class HelloWorld {
public static string SayHello() {
return "Hello World!!!";
}
}