Skip to content

Commit

Permalink
Create direct-call.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
amarkotasky authored May 18, 2021
1 parent f28e026 commit d470004
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/com/cleverbuilder/direct-call.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env groovy
package com.cleverbuilder


def call(Integer years) {
years = years + 20;
return years;
}

0 comments on commit d470004

Please sign in to comment.