#include int main() { int i; for (i = 0; i < 32; i++) { printf("Hello Holberton\n"); } return 0; }