#include #define MAX 100 int main() { for(int i = 0; i < (MAX - 1); i++) { printf("Hi!"); } return 0; }