From 8657a1614043bce04cc354c73d22b45e80e0e702 Mon Sep 17 00:00:00 2001 From: Swastika Gupta <64654203+Swastyy@users.noreply.github.com> Date: Thu, 22 Jul 2021 07:29:22 +0530 Subject: [PATCH] Update math/n_bonacci.cpp Co-authored-by: David Leal --- math/n_bonacci.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/n_bonacci.cpp b/math/n_bonacci.cpp index 90302131d..9d63d1c59 100644 --- a/math/n_bonacci.cpp +++ b/math/n_bonacci.cpp @@ -11,7 +11,7 @@ * In this code we take N and M as input where M is the number of terms * to be printed of the N-bonacci series * - * @author [Swastika Gupta](https://github.com/swastyy) + * @author [Swastika Gupta](https://github.com/Swastyy) */ #include /// for std::is_equal, std::swap #include /// for assert @@ -95,4 +95,4 @@ static void test() { int main() { test(); // run self-test implementations return 0; -} \ No newline at end of file +}