Skip to content

Instantly share code, notes, and snippets.

@MattOates
Created October 16, 2018 15:04
Show Gist options
  • Select an option

  • Save MattOates/64ac36985129b536e7e937f2e110e953 to your computer and use it in GitHub Desktop.

Select an option

Save MattOates/64ac36985129b536e7e937f2e110e953 to your computer and use it in GitHub Desktop.
6pad gist test
say "Ohai!";
for ^10 -> $stuff {
say $stuff if $stuff.is-prime;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment