I have zero programming skills. But after a few minor setbacks, I was able to build a custom website in no time.
/write:src/main/java/cc/unitmesh/Controller.java#L1-L12 ```java public class Controller { public void method() { System.out.println("Hello, World!"); } } ``` With ...