Garden 🌻

println()

Write a string to stdout, with a newline appended.

Example
println("hello world")
Source Code
public fun println(_: String): Unit {
  __BUILT_IN_IMPLEMENTATION
}