3 lines
47 B
Plaintext
3 lines
47 B
Plaintext
|
func main() begin
|
||
|
print "Hello, World!"
|
||
|
end
|