Skip to content

Commit abc0e45

Browse files
authored
Update countwords.java
Class was added back.
1 parent 56ca966 commit abc0e45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

countwords.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* @author Marcus
88
*
99
*/
10+
class CountTheWords{
11+
1012
public static void main(String[] args){
1113
Scanner input = new Scanner(System.in);
1214
System.out.println("Enter your text: ");

0 commit comments

Comments
 (0)