Skip to content

Instantly share code, notes, and snippets.

@donlovett
Created November 22, 2015 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donlovett/e8954bc74558c6cf68e5 to your computer and use it in GitHub Desktop.
Save donlovett/e8954bc74558c6cf68e5 to your computer and use it in GitHub Desktop.
Grovy First Program
/**
* Created by don on 11/22/2015.
*/
println "Hello World This is my first test"
def x = 42
println x.getClass()
x = "Hello World"
println x.getClass()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment