Skip to content

Instantly share code, notes, and snippets.

@retokromer
Created January 15, 2016 13:39
Show Gist options
  • Save retokromer/01d81ec3fb6f911302c9 to your computer and use it in GitHub Desktop.
Save retokromer/01d81ec3fb6f911302c9 to your computer and use it in GitHub Desktop.
Testing signature
use v6;
my @array = (0, 1, 1, 2, 3, 5, 8, 13);
for @array -> $x {
say $x;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment