cmd+k|ctrl+k
cmd+k
ctrl+k
Navigation
Browse public code snippets.
Contact us about glot.io.
Read the privacy policy.
Manage snippets in your account.
Open your account settings.
Languages
Create a new Python snippet.
Create a new TypeScript snippet.
Create a new C snippet.
Create a new Rust snippet.
Create a new Java snippet.
Raku
unlisted
legacy-anonymous
2022-03-26T11:51:13.578206Z
srand(1); my @x = (1..1000).roll(100); my @y = (200..7000).roll(100); say sum(@x); say sum(@y); say $*KERNEL