mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
use program
instead of 'function' in file description
This commit is contained in:
parent
e2c51387bd
commit
c755eefcd0
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @brief function to generate [Cantor ternary
|
* @brief Program to generate [Cantor ternary
|
||||||
* set](https://en.wikipedia.org/wiki/Cantor_set)
|
* set](https://en.wikipedia.org/wiki/Cantor_set)
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user