initial
This commit is contained in:
parent
79c9dad90b
commit
21c53e699f
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/build
|
||||
/.idea
|
||||
/.gradle
|
5
src/main/kotlin/main.kt
Normal file
5
src/main/kotlin/main.kt
Normal file
@ -0,0 +1,5 @@
|
||||
package ru.mipt.npm.ks.demo
|
||||
|
||||
fun main() {
|
||||
println("Hello Kotlin from MIPT!")
|
||||
}
|
Loading…
Reference in New Issue
Block a user