diff --git a/math/krishnamurthy.c b/math/krishnamurthy.c index 3ad3f2f768..993d19401c 100644 --- a/math/krishnamurthy.c +++ b/math/krishnamurthy.c @@ -2,7 +2,7 @@ #include //For test cases /** -MAIN DESCRIPTION: +SCRIPT DESCRIPTION: * @description a krishnamurthy number is * a number whose sum of the factorial of digits @@ -74,4 +74,3 @@ int main(){ tests(); return 0; } -