switch to groovy entry point

This commit is contained in:
Zlatin Balevsky
2018-07-23 15:20:42 +01:00
parent cea5825b8d
commit c0113dd738

View File

@@ -0,0 +1,9 @@
package com.muwire.core
class Core {
static main(args) {
println "This doesn't do anything yet"
}
}