Simple mandelbrot in rust

This commit is contained in:
2025-11-25 17:16:32 +01:00
parent 0d47aa0083
commit da6e1ea7b0
4 changed files with 99 additions and 30 deletions

View File

@@ -34,6 +34,4 @@ SECTIONS
PROVIDE(_stack_size = 1024); /* 1 KiB */
PROVIDE(_stack_start = _memory_end);
PROVIDE(_stack_end = _stack_start - _stack_size);
}