Factorial

Beginner
100 XP

Challenge Description

Compute the factorial of a given number.

Examples

Example 1:

Input:

0

Output:

1
Example 2:

Input:

1

Output:

1

Languages

Challenge Stats

Total Attempts

0

Status