diff options
Diffstat (limited to '1-mandelbrot/main.ua')
| -rw-r--r-- | 1-mandelbrot/main.ua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/1-mandelbrot/main.ua b/1-mandelbrot/main.ua index ed2a132..5213352 100644 --- a/1-mandelbrot/main.ua +++ b/1-mandelbrot/main.ua @@ -17,4 +17,4 @@ ToPixel ← ⍣( Iterations ← ◌:◌: ⌵ ⍢(⊙(+⊙.×.) +1|× ⊙(<100⌵) <I) 0 (ℂ 0 0) Img ← ∵(ToPixel Iterations) ⊞ℂ ∩(÷S -0.5 ÷H) ⊓(-Oy)(-Ox) ⇡H⇡W -&fwa "./output/mandelbrot.png" img "png" Img +&fwa "./1-mandelbrot/output.png" img "png" Img |
