even better name gen

Run Settings
LanguageGroovy
Language Version
Run Command
def firstNames = ["Adam","Alexis","Dennis","Jose","Jessica","Meghan","Memphis","Nicky","Sarah","William"] def lastNames = ["Adamson","Bond","Brown","Johnson","Gallagher","Smith","Thompson","Perez","Snow","Tran"] firstNames.each { firstName -> lastNames.each { lastName -> println "$firstName $lastName" } }
Editor Settings
Theme
Key bindings
Full width
Lines