diff --git a/Hello_World.prg b/Hello_World.prg new file mode 100644 index 0000000..8992efd --- /dev/null +++ b/Hello_World.prg @@ -0,0 +1 @@ +? "Hello World" \ No newline at end of file diff --git a/README.md b/README.md index bbf89d9..588a01e 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,4 @@ 32. [jsFuck](https://github.com/srbcheema1/Hello_world/blob/master/hello_world_jsfuck.js) 33. [lolcode](https://github.com/srbcheema1/Hello_world/blob/master/helloworld.lol) 34. [Ponylang](https://github.com/srbcheema1/Hello_world/blob/master/hello_world.pony) +35. [Kotlin](https://github.com/srbcheema1/Hello_world/blob/master/Hello_world.kt)