mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-05-19 16:28:06 +00:00
add file brief
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user