12345678910
package com.hetty; import com.hetty.core.Hetty; public class ServerTest { public static void main(String[] args) { new Hetty().start(); } }