4 lines
54 B
Plaintext
Executable File
4 lines
54 B
Plaintext
Executable File
procedure hello_world() {
|
|
println("Hello World");
|
|
}
|