8.1. Console output

print and println do just what you would expect.

print("Hey")
println()

println("Hey")