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

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