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