This commit is contained in:
Alexander Nozik 2021-02-26 18:18:01 +03:00
parent 79c9dad90b
commit 21c53e699f
2 changed files with 8 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/build
/.idea
/.gradle

5
src/main/kotlin/main.kt Normal file
View File

@ -0,0 +1,5 @@
package ru.mipt.npm.ks.demo
fun main() {
println("Hello Kotlin from MIPT!")
}