Added Italian and updated Kotlin (#814)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Kunal-Sharma228
2020-10-02 17:03:10 +05:30
committed by GitHub
parent 751a9f2372
commit cf96985e07
3 changed files with 4 additions and 3 deletions

2
#/~Italian.ext Normal file
View File

@@ -0,0 +1,2 @@
Visualizza "Hello World" e una nuova riga.
Ferma il programma

View File

@@ -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! Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contributing to the project!
<!--Languages start--> <!--Languages start-->
## Languages (679 total) ## Languages (680 total)
* [05Ab1E](%23/05AB1E) * [05Ab1E](%23/05AB1E)
* [0815](%23/0815.0815) * [0815](%23/0815.0815)
@@ -23,6 +23,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib
* [~English](%23/~English.ext) * [~English](%23/~English.ext)
* [~Hindi](%23/~Hindi.ext) * [~Hindi](%23/~Hindi.ext)
* [~Indonesia](%23/~Indonesia.ext) * [~Indonesia](%23/~Indonesia.ext)
* [~Italian](%23/~Italian.ext)
* [~Malay](%23/~Malay.ext) * [~Malay](%23/~Malay.ext)
* [~Marathi](%23/~Marathi.ext) * [~Marathi](%23/~Marathi.ext)
* [~Sanskrit](%23/~Sanskrit.ext) * [~Sanskrit](%23/~Sanskrit.ext)

View File

@@ -1,5 +1,3 @@
package hello
fun main() { fun main() {
println("Hello World") println("Hello World")
} }