initial commit

This commit is contained in:
2020-05-22 02:40:51 +02:00
commit 1733c32c41
15 changed files with 570 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import worker.Glue
fun main(args: Array<String>) {
val glue = Glue()
glue.recieve()
}