Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 18, 2018 17:18
Show Gist options
  • Save Whateverable/a3b468b7df7c1767ba8a318a6af9a8e5 to your computer and use it in GitHub Desktop.
Save Whateverable/a3b468b7df7c1767ba8a318a6af9a8e5 to your computer and use it in GitHub Desktop.
committable6
72473bd0^,72473bd0,HEAD srand(0); my int @foo; for ^4 { @foo = (1024.rand.Int) xx 5; say @foo; }
¦«72473bd0^»:
800 631 977 808 124
846 987 763 1004 476
347 870 677 834 804
297 138 725 963 440
¦«72473bd»:
800 631 977 808 124
800 631 977 808 124 846 987 763 1004 476
800 631 977 808 124 846 987 763 1004 476 347 870 677 834 804
800 631 977 808 124 846 987 763 1004 476 347 870 677 834 804 297 138 725 963 440
¦«HEAD(50f2207)»:
[800 631 977 808 124]
[800 631 977 808 124 846 987 763 1004 476]
[800 631 977 808 124 846 987 763 1004 476 347 870 677 834 804]
[800 631 977 808 124 846 987 763 1004 476 347 870 677 834 804 297 138 725 963 440]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment