mirror of https://github.com/TheAlgorithms/C
minor doc fix in euler prob1 sol1
This commit is contained in:
parent
c3f220098f
commit
e2c51387bd
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* \file
|
||||
* \brief [Problem 1](https://projecteuler.net/problem=1) solution
|
||||
*
|
||||
* \details
|
||||
* An Efficient code to print all the sum of all numbers that are multiples of 3
|
||||
* & 5 below N.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue