How to print hello world in Kotlin? All Questions › Category: Kotlin › How to print hello world in Kotlin? 0 Vote Up Vote Down chetan shidling asked 4 years ago I need short information. 1 Answers 0 Vote Up Vote Down chetan shidling answered 4 years ago fun main(args: Array<String>) {println(“Hello, World!”)}