Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 211 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 211 Bytes

How to compile on Linux ?

Download .zip
unzip Mini-chat-Java.zip
cd Mini-Chat-Java
javac Serveur/.java
javac Client/
.java

How to launch ?

java Serveur.Serveur
java Client.Client