mirror of https://github.com/zlatinb/muwire
switch to groovy entry point
parent
cea5825b8d
commit
c0113dd738
|
@ -0,0 +1,9 @@
|
|||
package com.muwire.core
|
||||
|
||||
class Core {
|
||||
|
||||
static main(args) {
|
||||
println "This doesn't do anything yet"
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue