Update math/sum_of_digits.cpp

Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
This commit is contained in:
Neeraj C 2020-06-20 21:09:43 +05:30 committed by GitHub
parent d9e3053fad
commit f7a8b7a85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
* Copyright 2020 @author iamnambiar
*
* @file
* A C++ Program to find the Sum of Digits of input integer.
* \brief A C++ Program to find the Sum of Digits of input integer.
*/
#include <iostream>
#include <cassert>