Groovy - Hello World

Card Puncher Data Processing

Hello World !

With the groovy executable in the bin directory

  • Shell
groovy helloWorld.groovy "Nico"
  • Script
println "Hello "+args[0]
  • Output:
Hello Nico





Discover More
Card Puncher Data Processing
Groovy

is a dynamic language based on the JVM and is really close to the Java syntax. More:



Share this page:
Follow us:
Task Runner