print

Prints the given message to the standard output stream.

expect fun print(message: Any?)(source)

fun main() { print("Hello, World!") }

Source