init commit

This commit is contained in:
bMorgan17 2019-08-08 10:06:28 -05:00
parent d7e66da0bd
commit 74ef472dd4
83 changed files with 800 additions and 0 deletions

4
compilerRunner.bat Normal file
View file

@ -0,0 +1,4 @@
javac *.java
IF EXIST App.jar DEL /F App.jar
jar cfm App.jar manifest.txt *.class
java -jar App.jar