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