7 lines
67 B
Plaintext
Vendored
7 lines
67 B
Plaintext
Vendored
package foo
|
|
|
|
fun main(args: Array<String>) {
|
|
1 + 1
|
|
println()
|
|
}
|