Initial Revision
[ohcount] / test / expected_dir / groovy1.groovy / groovy / code
1 println "hello, world"
2 for (arg in this.args ) {
3 println "Argument:" + arg;
4 }