Join Slack
Powered by
"At this point we can start writing Kotlin code. F...
# announcements
k
kotlin_questions
07/12/2017, 2:23 AM
"At this point we can start writing Kotlin code. For this sample, we're going to write some code that will print a string out to the console window. fun main(args: Array<String>) { val message = "Hello JavaScript!" println(message) }"
Open in Slack
Previous
Next