print()
Write a string to stdout.
See also println.
println
print("hello world\n")
public fun print(_: String): Unit { __BUILT_IN_IMPLEMENTATION }