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