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