Advertisement
brentfisher-72

Untitled

Jul 25th, 2022
849
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.13 KB | None | 0 0
  1. System.println("Hello World")
  2. def secrets = ["SECRET 1","SECRET 2","SECRET 3"]
  3. secrets.each{secret->
  4.     System.println(secret)
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement