Merge pull request #364 from JeonSeongBae/SeongBaeJeon
add public and change class_name
This commit is contained in:
commit
05efd17454
@ -7,7 +7,7 @@ import java.util.Scanner;
|
||||
* @author Marcus
|
||||
*
|
||||
*/
|
||||
class CountTheWords{
|
||||
public class countwords{
|
||||
|
||||
public static void main(String[] args){
|
||||
Scanner input = new Scanner(System.in);
|
||||
|
Loading…
Reference in New Issue
Block a user