mandelbrot: adding a simple version of mandelbrot

This commit is contained in:
Sheldan
2026-02-04 20:06:25 +01:00
parent ef162a7dc2
commit 0cd89ad975
6 changed files with 519 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/dist/
.idea
.idea
/**/node_modules/