switch to groovy entry point
This commit is contained in:
9
core/src/main/groovy/com/muwire/core/Core.groovy
Normal file
9
core/src/main/groovy/com/muwire/core/Core.groovy
Normal file
@@ -0,0 +1,9 @@
|
||||
package com.muwire.core
|
||||
|
||||
class Core {
|
||||
|
||||
static main(args) {
|
||||
println "This doesn't do anything yet"
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user