Skip to content

Commit 7d4487b

Browse files
authored
Create helloworld.kotlin
1 parent 1a65349 commit 7d4487b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helloworld.kotlin

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fun main(args : Array<String>) {
2+
println("Hello, World!")
3+
}

0 commit comments

Comments
 (0)