diff --git a/Others/countwords.java b/Others/countwords.java index 065c9a1030a3..30806e13fbc9 100644 --- a/Others/countwords.java +++ b/Others/countwords.java @@ -7,7 +7,7 @@ * @author Marcus * */ - class CountTheWords{ + public class countwords{ public static void main(String[] args){ Scanner input = new Scanner(System.in);