build 93 B

123456
  1. #!/bin/sh
  2. cmd='gcc -O3 -fopenmp mandelbrot.c -lncurses -o mandelbrot'
  3. echo "$cmd"
  4. exec $cmd