Garden 🌻

println

Write a string to stdout, with a newline appended.

println("hello world")
Source Codepublic fun println(_: String): Unit {
  __BUILTIN_IMPLEMENTATION
}