#include <stdio.h>

int main()
{
    printf("This is the program, which will be injected.");
    return 0;
}