create core package

This commit is contained in:
Zlatin Balevsky
2018-07-17 21:30:32 +01:00
parent 5f25c80f19
commit 2c6d45c569
3 changed files with 9 additions and 0 deletions

View File

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