// BEGIN CODE SNIPPET header_factorial #pragma once int factorial(int n); // END CODE SNIPPET