Fix test.

This commit is contained in:
Nikolay Igotti
2020-01-27 18:11:24 +03:00
parent 94c076d0a8
commit 650209325b
@@ -1,3 +1,3 @@
fun main(args: Array<String>) {
fun main() {
println("Hello, versioned world!")
}