Learn Kotlin: Hello World!

Write your first Kotlin program on IntelliJ IDEA.

Deddy Romnan Rumapea
5 min readApr 14, 2021

--

The “Hello, World!” — tradition of every new programmer.

Hey there! In this article I’m going to show you how to make your first program in Kotlin on IntelliJ IDEA.

The program that we are going to write is pretty simple. Its only purpose is to print a simple “Hello World!” text to the screen. The goal is to illustrate the basic syntax of Kotlin and how to run the…

--

--