Newer
Older
k-Test / test / src / Main.java
ryochaken on 1 Dec 2020 165 bytes テストです。という文言の追加
public class Main {
    public static void main(String[] args){
        System.out.println("Hello world");
        System.out.println("テストです。");
    }
}