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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e07657e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +a.out +mandel +*.o -- cgit