From 94bb2088be676fc152138b460afddd8ed063c13a Mon Sep 17 00:00:00 2001 From: Du Yuanchao Date: Wed, 26 Aug 2020 00:12:00 +0800 Subject: [PATCH] Update Maths/Armstrong.java --- Maths/Armstrong.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maths/Armstrong.java b/Maths/Armstrong.java index 60fd8b40..e1e10847 100644 --- a/Maths/Armstrong.java +++ b/Maths/Armstrong.java @@ -1,4 +1,4 @@ -package strings; +package Maths; /** * An Armstrong number is equal to the sum of the cubes of its digits.