4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
|
func helloworld() begin
|
||
|
print "Hello, World!"
|
||
|
return 0
|
||
|
end
|