Moulinette tests edge cases. You should too. Write a comprehensive main.c testing: Negative numbers Empty strings ( "" ) Max/Min integer limits ( INT_MAX , INT_MIN ) Null pointers Stay Calm Through Re-submissions
Run valgrind --leak-check=full on every test. The examiner will check for: 42 exam rank 03 updated
If you are still in the C-only curriculum, the tasks remain focused on core standard library reimplementations: Moulinette tests edge cases