Created
July 7, 2023 12:44
-
-
Save Deleplace/d56b45e18f09f750025c87184f83dea6 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
def x = ["bleen", "fuligin", "garrow", "grue", "hooloovoo"] | |
def a = x.shuffled().first() | |
println a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment