package se.chalmers.dat255.grupp12;
/**
* Created with IntelliJ IDEA.
* User: Johan
* Date: 2013-09-29
* Time: 00:19
* To change this template use File | Settings | File Templates.
*/
public class Main {
public static void main(String args[]) {
// Launch the server!!!
Server server = new Server();
}
}