Skip to content

Instantly share code, notes, and snippets.

@jyotty
Created January 4, 2013 03:56
Show Gist options
  • Save jyotty/4449775 to your computer and use it in GitHub Desktop.
Save jyotty/4449775 to your computer and use it in GitHub Desktop.
euler #8 in perl6
my @a=$*IN.get.comb;
say [max] gather { take [*] @a[$_..$_+4] for ^(@a.elems-4) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment