Changes
Jump to navigation
Jump to search
8 bytes removed
, 09:07, 11 March 2020
| Line 11: |
Line 11: |
| | | | |
| | ===Code=== | | ===Code=== |
| − | PRIMES(100) | + | PRIMES(100) |
| | .$("x^2") | | .$("x^2") |
| | .$(x=>x-1) | | .$(x=>x-1) |
| − | .$(x=>x%24)\ | + | .$(x=>x%24) |
| | PRIMES(10000) | | PRIMES(10000) |
| − | </math>
| |
| | | | |
| | ==Examples== | | ==Examples== |