Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Created July 30, 2013 08:02
Show Gist options
  • Save hoelzro/6111122 to your computer and use it in GitHub Desktop.
Save hoelzro/6111122 to your computer and use it in GitHub Desktop.
Pretty representation of matrices in Perl 6
use v6;
### CODE GOES HERE ###
my $matrix =
┌ ┐
│ 1, 2, 3 │
│ 4, 5, 6 │
└ ┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment