Newer
Older
ASD2023 / src / App.java
@Your Name Your Name on 10 Oct 2023 134 bytes 1st commit
public class App {
    public static void main(String[] args) throws Exception {
        System.out.println("Hello, World!");
    }
}