Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Create Hello_world.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxk20 authored Oct 1, 2017
1 parent c6d48e0 commit 148f9b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Hello_world.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//This creates Main function your code will be in this function
fun main(args : Array<String>) {
//This will print Hello World.
println("Hello World!")
}

0 comments on commit 148f9b0

Please sign in to comment.