/* コマンド引数をすべて表示するプログラム */ class Foo { public static void main (String[] args) { System.out.println("args.length = "+args.length); for (int i=0; i