aboutsummaryrefslogtreecommitdiffhomepage
path: root/samples/euler/013.bruijn
blob: a37d74f52d1b9c4b4091e6d8a74dd57f4f4b8f41 (plain) (blame)
1
2
3
4
5
6
7
8
# it's really interesting that (take (+10)) makes the entire computation 10s faster
# laziness ftw!

:import std/Combinator .
:import std/String .
:import std/Math .

main trim → lines → (map string→number) → sum → number→string → (take (+10))