Skip to content

Commit 23b9a14

Browse files
committed
Finished with Armstrong numbers
1 parent fa06938 commit 23b9a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

For loop/47. Is Armstrong or not.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Expected Output :
1515
+ 3.3 Write function to check if Armstrong or not
1616
+ 4. Output
1717
+ 5. Test
18-
6. Cpplint test
19-
7. Add and push
18+
+ 6. Cpplint test
19+
+ 7. Add and push
2020
*/
2121

2222
#include <stdio.h>

0 commit comments

Comments
 (0)