Garden 🌻

print

Write a string to stdout.

print("hello world\n")
Source Codepublic fun print(_: String): Unit {
  __BUILTIN_IMPLEMENTATION
}