mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-25 06:49:36 +03:00
add file brief
This commit is contained in:
parent
d162f62dce
commit
98b969e1d0
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* Compute factorial of arbitrarily large numbers by
|
||||
* \brief Compute factorial of arbitrarily large numbers by
|
||||
* storing individual digits in a byte.
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user