From cf96985e071975cbc5733637657105f9ff89b966 Mon Sep 17 00:00:00 2001 From: Kunal-Sharma228 <68844042+Kunal-Sharma228@users.noreply.github.com> Date: Fri, 2 Oct 2020 17:03:10 +0530 Subject: [PATCH] Added Italian and updated Kotlin (#814) Co-authored-by: Richie Bendall --- #/~Italian.ext | 2 ++ README.md | 3 ++- k/kotlin.kt | 2 -- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 #/~Italian.ext diff --git a/#/~Italian.ext b/#/~Italian.ext new file mode 100644 index 00000000..6391df4b --- /dev/null +++ b/#/~Italian.ext @@ -0,0 +1,2 @@ +Visualizza "Hello World" e una nuova riga. +Ferma il programma diff --git a/README.md b/README.md index 30c835d2..3429f0de 100755 --- 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 (679 total) +## Languages (680 total) * [05Ab1E](%23/05AB1E) * [0815](%23/0815.0815) @@ -23,6 +23,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib * [~English](%23/~English.ext) * [~Hindi](%23/~Hindi.ext) * [~Indonesia](%23/~Indonesia.ext) +* [~Italian](%23/~Italian.ext) * [~Malay](%23/~Malay.ext) * [~Marathi](%23/~Marathi.ext) * [~Sanskrit](%23/~Sanskrit.ext) diff --git a/k/kotlin.kt b/k/kotlin.kt index 39756edf..ae52366f 100755 --- a/k/kotlin.kt +++ b/k/kotlin.kt @@ -1,5 +1,3 @@ -package hello - fun main() { println("Hello World") }