Created
April 7, 2021 12:24
-
-
Save theopendle/24a7acd5482f4a349fd40a7f4efdcf71 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Import the hello.groovy script | |
importer.script(binding, "hello.groovy") | |
// Execute the closure, passing your name | |
hello("Theo") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment