Skip to content

Instantly share code, notes, and snippets.

@colomon
Last active December 20, 2015 05:29
  • 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 colomon/6079027 to your computer and use it in GitHub Desktop.
my %hash;
for ^182500 {
%hash{(^1000000).roll} = (^6).roll;
}
say "Hash initialized";
my @a = %hash.kv;
say "Done";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment