Skip to main content

Juka Online Editor

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