//Main.java
//Created with Netbeans!
//Netbeans ile oluşturuldu.
//if i can find time, i ll post explanations.
//Eğer zaman bulabilirsem açıklamalarını yazacağım.
//Not: there s a homework to you! Make your own version with GUI :) Use swing library ;)
//Not: Size ödev! Arayüzlü ( GUI ) versiyonunu kendiniz yazın. Swing kütüphanesini kullanın ;)
//use telnet for client
//run -> telnet ->open localhost 9000
//client için telnet kullanın
//çalıştır -> telnet ->open localhost 9000
public class Main {
public static void main(String[] args) {
MainServer m = new MainServer();
}
}