Skip to content

Commit

Permalink
Update factorial_recursion.c
Browse files Browse the repository at this point in the history
  • Loading branch information
sricharan200 authored Nov 16, 2023
1 parent b26ddb8 commit 6c6c480
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion math/factorial_recursion.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <stdio.h>
#include <stdint.h> /// Standardized integer data types for improved portability.
#include <assert.h> /// Assertions for testing purposes.
#include <header.h> /// Request to use header files

#define MAX_LIMIT 200

Expand Down

0 comments on commit 6c6c480

Please sign in to comment.