Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 128 Bytes

File metadata and controls

10 lines (6 loc) · 128 Bytes

project2

run server on default port:

./run

run server on different port:

javac Server.java && java Server <port>