Skip to content

Instantly share code, notes, and snippets.

@Joxebus
Created March 29, 2018 22:56
Show Gist options
  • Save Joxebus/cc2de6e8b173c504b52f0d2fce051e4f to your computer and use it in GitHub Desktop.
Save Joxebus/cc2de6e8b173c504b52f0d2fce051e4f to your computer and use it in GitHub Desktop.
def sayHello = { name ->
println "Hello $name"
}
sayHello("Omar")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment