glifchits / networks-course

code for the Laurier computer networking course

Home Page:http://bohr.wlu.ca/ezima/CP_372/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CP372

Compiling

In any directory containing .java files, run

javac *.java

Running

After compiling, run any file with

java SomeClass [potential command-line arguments]

About

code for the Laurier computer networking course

http://bohr.wlu.ca/ezima/CP_372/

License:MIT License


Languages

Language:Java 100.0%