mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
Merge pull request #364 from JeonSeongBae/SeongBaeJeon
add public and change class_name
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user