7 lines
141 B
Ada
7 lines
141 B
Ada
with Lumen.Image;
|
|
|
|
package Mandelbrot is
|
|
|
|
function Create_Image (Width, Height : Natural) return Lumen.Image.Descriptor;
|
|
|
|
end Mandelbrot;
|