switch to groovy entry point

pull/4/head
Zlatin Balevsky 2018-07-23 15:20:42 +01:00
parent cea5825b8d
commit c0113dd738
1 changed files with 9 additions and 0 deletions

View File

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