From 5abd67021188ff322c45aa4c6c63da761c2e2d50 Mon Sep 17 00:00:00 2001 From: sarveswar1 <72076697+sarveswar1@users.noreply.github.com> Date: Fri, 16 Oct 2020 23:41:05 +0530 Subject: [PATCH] Update fizzbuzz.c --- Day1/C/fizzbuzz.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Day1/C/fizzbuzz.c b/Day1/C/fizzbuzz.c index 9478dd0a..0ae6778a 100644 --- a/Day1/C/fizzbuzz.c +++ b/Day1/C/fizzbuzz.c @@ -1,7 +1,7 @@ /** - * @author: Rajdeep Roy Chowdhury - * @github: https://github.com/razdeep - * @date: 20/12/2018 + * @author: K Sarveswara Rao + * @github: https://github.com/sarveswar1 + * @date: 16/10/2020 **/ #include @@ -31,4 +31,4 @@ int main() } } return 0; -} \ No newline at end of file +}