I am trying to follow a tutorial where I need to paste Kotlin code into Kotlin REPL of IntelliJ IDEA.
But when I paste the content and press CTRL+ENTER to execute I cannot see any output.
Any ideas what may cause this issue?
I am trying to follow a tutorial where I need to paste Kotlin code into Kotlin REPL of IntelliJ IDEA.
But when I paste the content and press CTRL+ENTER to execute I cannot see any output.
Any ideas what may cause this issue?
Copyright © 2021 Jogjafile Inc.


You should call you method
Type
main()then hitCTRL + ENTER