#include <stdio.h> int main(int argc, char** argv){ printf(“h\n”); printf(“h\n”); printf(“h\n”); printf(“h”); return 0; }