restructure into src/
This commit is contained in:
@@ -0,0 +1 @@
|
||||
out/
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user