Skip to content

Instantly share code, notes, and snippets.

@masak
Forked from hoelzro/matrix-test.p6
Created July 30, 2013 08:06
Show Gist options
  • Save masak/6111145 to your computer and use it in GitHub Desktop.
Save masak/6111145 to your computer and use it in GitHub Desktop.
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