formatting source-code for 9bc80876e8

This commit is contained in:
github-actions 2020-06-22 12:05:13 +00:00
parent 9bc80876e8
commit c563fc6694

View File

@ -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.