#include <stdio.h> int main() { printf("this is boilerplate of c "); return 0; }
#include <stdio.h> int main() { return 0; }