println()
Write a string to stdout, with a newline appended.
println("hello world")
public fun println(_: String): Unit { __BUILT_IN_IMPLEMENTATION }