2020-04-28 02:15:39 +06:00

5 lines
85 B
Plaintext

namespace NSMain;
entrypoint function main(): String {
return "Hello World";
}