We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4996190 commit 0e35d35Copy full SHA for 0e35d35
src/main/kotlin/samples/HelloWorld.kt
@@ -0,0 +1,5 @@
1
+package samples
2
+
3
+fun main(args: Array<String>) {
4
+ println("Hello, world!")
5
+}
0 commit comments