2 lines
83 B
Text
2 lines
83 B
Text
|
# Prints the string "Hello, world!" followed by a newline
|
||
|
println("Hello, world!");
|