/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package serverwiththread;

/**
 *
 * @author rafal
 */
public class Server {
    public static void main(String[] args) {
        System.out.println("a");
    }

}
