Boilerplate c

#include <stdio.h>

int main() {
   printf("this is boilerplate of c ");
   return 0;
}
Coding boy Hasya