Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for my $a (0..255) {
- for my $b (0..255) {
- for my $c (0..255) {
- for my $d (0..255) {
- print "$a $b $c $d\n";
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement