Update Maths/Armstrong.java

This commit is contained in:
Du Yuanchao
2020-08-26 00:12:00 +08:00
committed by GitHub
parent 1d0bc46551
commit 94bb2088be

View File

@ -1,4 +1,4 @@
package strings;
package Maths;
/**
* An Armstrong number is equal to the sum of the cubes of its digits.