5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
namespace NSMain;
|
|
|
|
entrypoint function main(): String {
|
|
return "Hello World";
|
|
} |