3-State-Busy-Beaver Simple Java program that calculates 3 state busy beaver (you can find state table I used here: https://en.wikipedia.org/wiki/Turing_machine) How to compile & run Windows Open cmd Go to folder where you put .java file Type in: javac Main.exe To run type: java Main