mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
formatting source-code for 9bc80876e8
This commit is contained in:
parent
9bc80876e8
commit
c563fc6694
@ -4,8 +4,8 @@
|
||||
* @file
|
||||
* \brief A C++ Program to find the Sum of Digits of input integer.
|
||||
*/
|
||||
#include <iostream>
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
|
||||
/**
|
||||
* Function to find the sum of the digits of an integer.
|
||||
|
Loading…
Reference in New Issue
Block a user