Setting up the IDE and Creating your first Application

Back to course overview

Hi and welcome to our first coding lesson.

In this lesson we will setup the IntelliJ IDEA Community Edition and implement our first program which prints Hello World to the terminal.

Here is the video to follow along:

Video

References:

URLs:

Code:

fun main() {
    println("Hello World!")
}

If you have any further questions, leave a comment either here on the Blog, on the Youtube-Video or join the Discord Community.