switch to groovy entry point

This commit is contained in:
Zlatin Balevsky
2018-07-23 15:18:24 +01:00
parent 0b43be2bc4
commit cea5825b8d

View File

@@ -1,7 +0,0 @@
package com.muwire.core;
public class Core {
public static void main(String[] args) {
System.out.println("This doesn't do anything yet");
}
}