diff --git a/pondthaitay/helloworld.kt b/pondthaitay/helloworld.kt new file mode 100644 index 000000000..e6c2100c6 --- /dev/null +++ b/pondthaitay/helloworld.kt @@ -0,0 +1,3 @@ +fun main(args: Array) { + println("Hello World") +}