From 5c976d11807f67dbb56d9e1cea0d441422919d1a Mon Sep 17 00:00:00 2001 From: Edun wahab Date: Sat, 18 Mar 2023 13:15:19 -0700 Subject: [PATCH] shell3 --- 0x00-hello_world/6-size.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/0x00-hello_world/6-size.c b/0x00-hello_world/6-size.c index 38743b3..131c052 100644 --- a/0x00-hello_world/6-size.c +++ b/0x00-hello_world/6-size.c @@ -1,11 +1,8 @@ #include - /** - * * main - Entry point for the program - * * - * * - * * Return: 0 on success, non-zero on failure - * */ + * main - Entry point for the program + * Return: 0 on success, non-zero on failure + */ int main(void) { printf("Size of a char: %d byte(s)\n", sizeof(char));