mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update math/sum_of_digits.cpp
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
This commit is contained in:
parent
d9e3053fad
commit
f7a8b7a85f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user