#include <stdio.h>

int main()
{
 puts("\nYou have 'make' and 'gcc' working! Test passed.\n");
 return 0;
}

