Simple mandelbrot in rust
This commit is contained in:
@@ -34,6 +34,4 @@ SECTIONS
|
||||
PROVIDE(_stack_size = 1024); /* 1 KiB */
|
||||
PROVIDE(_stack_start = _memory_end);
|
||||
PROVIDE(_stack_end = _stack_start - _stack_size);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user