aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-02-09 21:49:50 +0530
committerAkshay Nair <phenax5@gmail.com>2025-02-09 21:51:56 +0530
commit6a567713303530d8c71bd5c83a7f19bd992de6d7 (patch)
treefa524a7f6c03c8e37bf636e148bfe0a2c6c0904f /justfile
parent2b5ac273c2adee5327f58fb34ac30b66da917347 (diff)
downloaduiua-creative-coding-6a567713303530d8c71bd5c83a7f19bd992de6d7.tar.gz
uiua-creative-coding-6a567713303530d8c71bd5c83a7f19bd992de6d7.zip
Add mandelbrot fractal generator
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
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
+