GroovyでHello World(「プログラミングGROOVY」のカバー袖に載ってるやつ)
String.metaClass.hello = { "Hello, $delegate!" } println "Groovy".hello()