Added something so you can run the jar(dosnt do anything yet)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user