From a6526c8108c60e51c5d0471211f23f2fbbdda8a9 Mon Sep 17 00:00:00 2001 From: Neha Hasija Date: Sat, 24 Oct 2020 10:36:20 +0530 Subject: [PATCH] Update math/magic_number.cpp Co-authored-by: David Leal --- math/magic_number.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/magic_number.cpp b/math/magic_number.cpp index 389ff26d2..35da3b00e 100644 --- a/math/magic_number.cpp +++ b/math/magic_number.cpp @@ -70,7 +70,8 @@ static void tests() { std::cout << "passed\n"; } -/** Main function +/** + * @brief Main function * @returns 0 on exit */ int main() {