Files

6 lines
108 B
Kotlin

suspend fun main(args: Array<String>) {
activateResenderBot(args.first()) {
println(it)
}
}