Skip to content

Commit

Permalink
minor doc fix in euler prob1 sol1
Browse files Browse the repository at this point in the history
  • Loading branch information
kvedala committed Jun 30, 2020
1 parent c3f2200 commit e2c5138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_euler/problem_1/sol1.c
Original file line number Diff line number Diff line change
@@ -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.
*/
Expand Down

0 comments on commit e2c5138

Please sign in to comment.