跳转到主要内容

Juka Online Editor

func x() = {
string y = "Hello World";
printLine(y);
printLine("It works!");
}
x();