chris-martin / project-euler

My solutions for Project Euler
https://chris-martin.github.io/project-euler/
Other
4 stars 0 forks source link

fix use of App class #4

Closed chris-martin closed 11 years ago

chris-martin commented 11 years ago

Putting println(answer) in the App class that contains everything means that in the test harness, a lot of answer methods actually get invoked twice.