Factorial Function

Easy

Input: `n` (int). Return: Factorial of `n`.

Example

Input: 0
Output: 1
Run your code to see output