Skip to content

Commit 651ba38

Browse files
committed
add public and change class_name
1 parent 58ddf8b commit 651ba38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Others/countwords.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @author Marcus
88
*
99
*/
10-
class CountTheWords{
10+
public class countwords{
1111

1212
public static void main(String[] args){
1313
Scanner input = new Scanner(System.in);

0 commit comments

Comments
 (0)