Kotlin 2017 Hello World

Kotlin 2017 Hello World

A snap shot of Kotlin 2017 Hello World  program main.kt in Intellij Idea ~2017 Editor.

/**
 * Created by eSumit on 05/11/17.
 */

fun main(args: Array<String>)
{
    println("Welcome to the Kotlin World");
}

 

Welcome To The Kotlin World
Welcome To The Kotlin World

 

05/11/17
6:11 AM Platform and Plugin Updates: IntelliJ IDEA is ready to update.

8:48 AM Kotlin: A new version 1.1.51-release-IJ2017.1-1 of the Kotlin plugin is available. Install

8:53 AM Platform and Plugin Updates: Restart IntelliJ IDEA to activate changes in plugins?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s