From aba1c3ffa9205b51106e02d1b4e1e13e746dd719 Mon Sep 17 00:00:00 2001 From: Tonymzaramo <113024309+Tonymzaramo@users.noreply.github.com> Date: Fri, 21 Oct 2022 17:16:04 +0300 Subject: [PATCH] Update 3-main_a.c --- 0x03-debugging/3-main_a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0x03-debugging/3-main_a.c b/0x03-debugging/3-main_a.c index 877be8e..65c1596 100755 --- a/0x03-debugging/3-main_a.c +++ b/0x03-debugging/3-main_a.c @@ -4,7 +4,7 @@ /** * main - takes a date and prints how many days are left in the year, taking * leaps years into account - * Return: 0 + * Return:0 */ int main(void)