Unresolved reference: print

fun main() {
print(“hello”)
}
error:(2,5) kotlin:Unresolved reference: print