今度はJavaでやってみる
public class Hoge { public static void main(String[] args) { System.out.println('hoge'); } }