restructure into src/

This commit is contained in:
2026-07-18 15:45:00 +02:00
parent a20ef6d39e
commit c176d2b490
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
out/
+1 -1
View File
@@ -37,7 +37,7 @@ int main() {
img[i * WIDTH + j] = color_map(depth);
}
}
write_ppm("mandelbrot.c.ppm", img);
write_ppm("out/c.ppm", img);
return 1;
}