Created
August 4, 2019 19:23
-
-
Save beyondlimits/aa5f5f074b7ddf0376e18436f46a162d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for a in {0..64} | |
| do | |
| for b in {0..40} | |
| do | |
| for c in {0..28} | |
| do | |
| for d in {0..25} | |
| do | |
| dc -e "[p]sp 2 $a ^ 3 $b ^ * 5 $c ^ * 7 $d ^ * d 2 64 ^ >p" | |
| done | |
| done | |
| done | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment