diff --git a/k/Kuin.kn b/k/Kuin.kn new file mode 100644 index 00000000..959ebe59 --- /dev/null +++ b/k/Kuin.kn @@ -0,0 +1,3 @@ +func main() + do cui@print("Hello World\n") +end func diff --git a/readme.md b/readme.md index 434692cb..c1111ce6 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (900 total) +## Languages (901 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -511,6 +511,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Kotlin Script](k/Kotlin%20Script.kts) * [Kotlin](k/Kotlin.kt) * [KSH](k/KSH.ksh) +* [Kuin](k/Kuin.kn) * [Kumir](k/Kumir.kum) * [Kv](k/Kv.kv) * [Labyrinth](l/Labyrinth.labyrinth)