From f03910abdcc11826a3912bddf6bd2f96aeefd145 Mon Sep 17 00:00:00 2001 From: Neha Hasija Date: Mon, 19 Oct 2020 01:42:38 +0530 Subject: [PATCH] Update math/magic_number.cpp Co-authored-by: David Leal --- math/magic_number.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/magic_number.cpp b/math/magic_number.cpp index dd5cdc28f..c6be43a9f 100644 --- a/math/magic_number.cpp +++ b/math/magic_number.cpp @@ -1,5 +1,5 @@ /** - * @file magic_number.cpp + * @file * @brief A simple program to check if the given number is a magic number or not. * A number is said to be a magic number, if the sum of its digits are calculated * till a single digit recursively by adding the sum of the digits after every addition.