5 lines
96 B
Text
5 lines
96 B
Text
class Hello {
|
|
function : Main(args : String[]) ~ Nil {
|
|
"Hello world!"->PrintLine();
|
|
}
|
|
}
|