Mirror of
forum.nim-lang.org
index
8338 :: Puzzle questions and solutions
[2021-08-17T18:14:22+02:00]
View Orginal
Kalbhairab
(orginal)
[2021-08-17T18:14:22+02:00]
view original
Couldn't render post #53732.
demotomohiro
(orginal)
[2021-08-17T18:24:28+02:00]
view original
answer:
import
math
func
f
(
n
:
Natural
)
:
Natural
=
fac
(
n
)
Run
auxym
(orginal)
[2021-08-17T19:46:41+02:00]
view original
Well there's Rosetta Code, and Exercism's Nim track. Many people also have solution repos for Advent of Code.