Changing main.c to ``` while(done == 0) { sleep(1); } ``` reduces it to 0%. No doubt there's a better way.
Changing main.c to
reduces it to 0%. No doubt there's a better way.