Newer
Older
JavaDesignPattern / src / App.java
@18a5047 18a5047 on 18 Oct 2022 134 bytes Init commit
public class App {
    public static void main(String[] args) throws Exception {
        System.out.println("Hello, World!");
    }
}