Added something so you can run the jar(dosnt do anything yet)

This commit is contained in:
coolGi2007
2022-02-20 11:43:41 +00:00
parent cff317937f
commit a14046ef88
@@ -0,0 +1,7 @@
package com.seibel.lod.core;
public class RunMain {
public static void main(String[] args){
System.out.println("Why are you running the jar, this isn't done yet");
}
}