Newer
Older
ASD2024 / Test.java
@Your Name Your Name on 8 Oct 108 bytes first
class Test {
    public static void main(String[] args) {
        System.out.println("Test desu");
    }
}