Skip to content

Instantly share code, notes, and snippets.

@MattOates
Created October 16, 2018 15:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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