markdown_snippet_injector/example/include/factorial.h

6 lines
95 B
C
Raw Normal View History

2026-02-04 14:09:41 +01:00
// BEGIN CODE SNIPPET header_factorial
#pragma once
int factorial(int n);
// END CODE SNIPPET