mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-03 02:29:53 +08:00
docs: clean the comment
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* \brief A C++ program to check whether a number is armstrong number or not.
|
||||
* \brief Program to check if a number is an [Armstrong/Narcissistic number](https://en.wikipedia.org/wiki/Narcissistic_number) in decimal system.
|
||||
*
|
||||
* \details
|
||||
* Armstrong number or [Narcissistic number](https://en.wikipedia.org/wiki/Narcissistic_number)
|
||||
|
||||
Reference in New Issue
Block a user