Files
Aaron Helton 4c1e3b6cc7 Initial Commit
2019-05-10 23:57:25 -04:00

8 lines
451 B
Plaintext

All of the programs are Java files, and need to be run from a complete java environment. The easiest way is
to import them into an IDE, such as Netbeans, IntelliJ IDEA, or any other competing IDE. Alternatively,
the programs can be run from the command line after compiling them with the 'javac' command, followed by the
'java' command
Note that for the CMD environment to function properly, both the java and javac commands should be in your PATH.