From 60adb6e2f051ab72fb66541a8f48ef195317d403 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 27 Aug 2019 15:30:51 +0200 Subject: Initial commit Compute if a number is in Mandelbrot set. Print it to the terminal. --- graphics.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 graphics.c (limited to 'graphics.c') diff --git a/graphics.c b/graphics.c new file mode 100644 index 0000000..e69de29 -- cgit