Make program print Mandelbrot set, close on ESC
authorLukas <ljiriste@student.42prague.com>
Thu, 2 Nov 2023 10:19:40 +0000 (11:19 +0100)
committerLukas <ljiriste@student.42prague.com>
Thu, 2 Nov 2023 10:19:40 +0000 (11:19 +0100)
commitb45a8220069ee29de5080545452558321c666798
tree8f9c5620b534d3c5fb02e1178a961e45a11bfc7d
parent3c4b454275da549a35d1081d796a201b32bf5a1d
Make program print Mandelbrot set, close on ESC
Makefile
complex.c [new file with mode: 0644]
complex.h [new file with mode: 0644]
fractol.h [new file with mode: 0644]
main.c