5 lines
52 B
Text
5 lines
52 B
Text
|
|
void hello() {
|
||
|
|
println("hello world");
|
||
|
|
}
|
||
|
|
hello();
|