Created
September 29, 2015 20:10
-
-
Save AlexDaniel/69ff636ffe4053792120 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl6 | |
8 | |
< 1 > | |
0 < 1 > 1 | |
< 1 < 2 > 3 > | |
6 < 4 < 1 > 1 > 1 | |
< 1 < 1 < 1 > 6 > 1 > | |
1 > 1 | |
< 1 > | |
1 < 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment