aboutsummaryrefslogtreecommitdiff
path: root/problem37.erl
blob: 110c3f5605d4a90f90a2646331d57e89126ecc5f (plain)
1
2
3
4
5
-module(problem37).
-export([solve/0]).

solve() ->
	lists:sum([23, 37, 53, 73, 313, 317, 373, 797, 3137, 3797, 739397]).