5 lines
95 B
C
5 lines
95 B
C
// BEGIN CODE SNIPPET header_factorial
|
|
#pragma once
|
|
|
|
int factorial(int n);
|
|
// END CODE SNIPPET
|