4567891011
public class Main { public static void main(String[] args) { HttpServer server = new BasicHttpServer(8080); server.start(); }