Skip to main content
1 of 7
breadbox
  • 7.3k
  • 33
  • 45

Perl, 33 characters

$_=a;print$_++," "until/passwore/ 

Not much to say about this one. I could reduce this to 27 characters if I could use newlines instead of spaces to separate the entries.

breadbox
  • 7.3k
  • 33
  • 45