mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
minor doc fix in euler prob1 sol1
This commit is contained in:
parent
c3f220098f
commit
e2c51387bd
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file
|
* \file
|
||||||
* \brief [Problem 1](https://projecteuler.net/problem=1) solution
|
* \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
|
* An Efficient code to print all the sum of all numbers that are multiples of 3
|
||||||
* & 5 below N.
|
* & 5 below N.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user