/networks-course

code for the Laurier computer networking course

Primary LanguageJavaMIT LicenseMIT

CP372

Compiling

In any directory containing .java files, run

javac *.java

Running

After compiling, run any file with

java SomeClass [potential command-line arguments]