From 14e3e2e80eeb9cf864694751427eaec9fe781bcb Mon Sep 17 00:00:00 2001 From: yarielvegatorres <164913302+yarielvegatorres@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:41:21 -0400 Subject: [PATCH] Update main.c Holberton Admission Process Yariel Vega Torres --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index a9a0bdb3..ba809c66 100644 --- a/main.c +++ b/main.c @@ -1,9 +1,9 @@ int main() { int i; - for (i = 0; i < 10; i++) + for (i = 0; i < 32; i++) { - printf("School\n"); + printf("Hello,School\n"); } return 0; }