#include <stdio.h>

int main()
{
        printf("Test of the IPCP\n");

        return 0;
}