Skip to content

Instantly share code, notes, and snippets.

@stigtsp
Created August 24, 2022 16:05
Show Gist options
  • Save stigtsp/7d95e63be3a5868c03394c7d2fce798f to your computer and use it in GitHub Desktop.
Save stigtsp/7d95e63be3a5868c03394c7d2fce798f to your computer and use it in GitHub Desktop.
print join "\n", map { ($_ % 3 == 0 && "fizz") . ($_ % 5 == 0 && "buzz") || $_ } 1..100'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment