Puzzle questions and solutions

2021-08-17 Thread auxym
Well there's Rosetta Code, and Exercism's Nim track. Many people also have solution repos for Advent of Code.

Puzzle questions and solutions

2021-08-17 Thread demotomohiro
answer: import math func f(n: Natural): Natural = fac(n) Run

Puzzle questions and solutions

2021-08-17 Thread Kalbhairab
This is a great forum to get response quickly. If this forum have any category to ask for questions and get answer. Let's say: A puzzle to calculate factorial of x. A factorial is a function that multiplies a number by every number below it. For example 5!= 5*4*3*2*1=120 Create a function to c