Hi!

code_text

#include <stdio.h>
int man()
{
printf(“Hi!\n”);
return 0;
}