Merge pull request #364 from JeonSeongBae/SeongBaeJeon

add public and change class_name
This commit is contained in:
Varun Upadhyay 2017-12-19 06:40:26 -08:00 committed by GitHub
commit 05efd17454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);