Engine · MkrOps, Inc.
openbun.org
A clean place to build.
Engine · MkrOps, Inc.
A clean place to build.
public class Main {
public static void main(String[] args) {
Bun bun = new Bun("first-bun");
bun.serve();
System.out.println("rising on :8080");
}
}