Renamed RunMain to JarMain

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