5 lines
74 B
Text
5 lines
74 B
Text
import morfa.io.print;
|
|
func main(): void
|
|
{
|
|
println("Hello world!");
|
|
}
|