Merge pull request #132 from bcnjr5/fix-pike

Fixed some files
This commit is contained in:
Mike Donaghy
2014-06-20 01:51:29 -04:00
3 changed files with 3 additions and 4 deletions

5
k/kotlin Normal file
View File

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