Skip to content

Instantly share code, notes, and snippets.

@pvdissel
Created May 15, 2012 06:09
Show Gist options
  • Save pvdissel/2699502 to your computer and use it in GitHub Desktop.
Save pvdissel/2699502 to your computer and use it in GitHub Desktop.
class GhelloSayer {
def sayGHello() {
return 'Ghello!'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment