test

ちょいとてすと。

てすと


test

てすと

test
public class Hoge {
    public static void main(String[] args) {
        if (args.length != 0)
            System.exit(1);
        System.out.println("Hoge, world" + '!');
    }
}

以下引用

Hoge〜