diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-02-09 21:49:50 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-02-09 21:51:56 +0530 |
| commit | 6a567713303530d8c71bd5c83a7f19bd992de6d7 (patch) | |
| tree | fa524a7f6c03c8e37bf636e148bfe0a2c6c0904f /justfile | |
| parent | 2b5ac273c2adee5327f58fb34ac30b66da917347 (diff) | |
| download | uiua-creative-coding-6a567713303530d8c71bd5c83a7f19bd992de6d7.tar.gz uiua-creative-coding-6a567713303530d8c71bd5c83a7f19bd992de6d7.zip | |
Add mandelbrot fractal generator
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..0150b34 --- /dev/null +++ b/justfile @@ -0,0 +1,4 @@ + +mandelbrot: + uiua run 1-mandelbrot/main.ua + |
