rename statics/euler and sync b93 code with main repo
This commit is contained in:
2
www/statics/euler/Euler_Problem-038_explanation.md
Normal file
2
www/statics/euler/Euler_Problem-038_explanation.md
Normal file
@@ -0,0 +1,2 @@
|
||||
Not much to say here. I needed to implement a way of merging numbers and a way of testing for pandigitals (we already did that in problem 32).
|
||||
Then we start from `9999` downward, because bigger numbers will always lead to 10 digits or more.
|
||||
Reference in New Issue
Block a user