After line #42, you main() ended immediately, thus the CPU goes to do something else that you have no control of. Delete your line #60 and insert a long delay between lines #42 and #43.
↧