4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
func Hello_World(var IO) is
|
|
IO.Println("Hello World");
|
|
end func Hello_World;
|