diff --git a/hello.kt b/hello.kt new file mode 100644 index 0000000..2809737 --- /dev/null +++ b/hello.kt @@ -0,0 +1,4 @@ +fun main(){ + // hello, world + println("hello, world") +}