#include #include int main (int argc, char **argv) { printf ("You got it, use your debugging skills during the labs!\n"); return EXIT_SUCCESS; }