 #include <stdio.h>
int main(void)
{
    printf("Easy programming");
    return 0;
}