Files
messagequeue-glue/src/main/kotlin/Application.kt
2020-05-22 02:40:51 +02:00

6 lines
94 B
Kotlin

import worker.Glue
fun main(args: Array<String>) {
val glue = Glue()
glue.recieve()
}