Scala: Project Euler problem 20

by Gregor Uhlenheuer on July 17, 2012

This would be the factorial implementation in Scala combined with a small function to sum the single digits of the resulting number.

This post is tagged with euler, scala and programming