This commit is contained in:
6
src/main/kotlin/Main.kt
Normal file
6
src/main/kotlin/Main.kt
Normal file
@@ -0,0 +1,6 @@
|
||||
import worker.Glue
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val glue = Glue()
|
||||
glue.recieve()
|
||||
}
|
||||
Reference in New Issue
Block a user