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

Commit

Permalink
Merge pull request #13 from Haxk20/patch-1
Browse files Browse the repository at this point in the history
Create Hello_world.kt
  • Loading branch information
srbcheema1 authored Oct 1, 2017
2 parents 05cee76 + 148f9b0 commit 7dc152c
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 7dc152c

Please sign in to comment.