Merge pull request #128 from SITZ/master

Minor restructure of repository
This commit is contained in:
Mike Donaghy
2014-06-20 01:51:47 -04:00
2 changed files with 9 additions and 0 deletions

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
Hello, World!
=============
Hello world in every programming language.

5
k/kotlin.kt Normal file
View File

@@ -0,0 +1,5 @@
package hello
fun main(args : Array<String>) {
println("Hello, world!")
}