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