Scala: Project Euler problem 6

by Gregor Uhlenheuer on July 17, 2012

I guess I am rolling - here goes problem number 6:

This one contains nothing too special at all. In fact I am not too sure if there is any real benefit in using Stream.range instead of Range.

This post is tagged with euler, scala and programming