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 +}