FwParzy / Math-Is-Fun

Comp Sci 2 Semester Project
2 stars 2 forks source link

Math-Is-Fun

Comp Sci 2 Semester Project

Hello this is my Comp sci 2 project. Json and Encryption wasn't manditory or taught, so dont mind how scuffed it is please.

Init

mkdir Classes
touch db.json

You could also make the Classes folder and db.json file manually
I dont judge, much...

Compile

javac -cp json-simple-1.1.1.jar -d Classes *.java

Run

java -cp json-simple-1.1.1.jar:Classes Main.java