5 lines
78 B
Kotlin
Vendored
5 lines
78 B
Kotlin
Vendored
import java.io.File
|
|
|
|
fun main() {
|
|
File("foo").writeText("Hello, world!")
|
|
} |