Skip to content

Instantly share code, notes, and snippets.

@AlexDaniel
Last active August 26, 2019 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexDaniel/c5c1aa0fdcee3fd1f74cbb099d0f9b19 to your computer and use it in GitHub Desktop.
Save AlexDaniel/c5c1aa0fdcee3fd1f74cbb099d0f9b19 to your computer and use it in GitHub Desktop.
Test gist for whateverable

Here is the output that I'm expecting:

42
42

Here's my perl6 version:

say 41;
say 41;

And here is my perl5 version:

system('perl6 -e "say 42; say 42;"')

And it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment