Commit 7e5fbd72 authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Added new file hello

parent dbbcc205
def hello() {
echo "hello() called!"
}
\ No newline at end of file
......@@ -15,8 +15,3 @@ def call(body) {
println "Class: ${this.class.name}"
return this
}
def hello() {
echo "hello() called!"
return this
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment