diff --git a/core/src/main/groovy/com/muwire/core/Core.groovy b/core/src/main/groovy/com/muwire/core/Core.groovy new file mode 100644 index 00000000..6043ba37 --- /dev/null +++ b/core/src/main/groovy/com/muwire/core/Core.groovy @@ -0,0 +1,9 @@ +package com.muwire.core + +class Core { + + static main(args) { + println "This doesn't do anything yet" + } + +}