Skip to content

Commit f766928

Browse files
committed
Modify another exercise to test testing multiple
1 parent 02ea23f commit f766928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/wordy/src/example/java/WordProblemSolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.util.regex.Matcher;
22
import java.util.regex.Pattern;
33

4-
final class WordProblemSolver {
4+
final class WordProblemSolver {
55

66
private static final String INTEGER_REGEX_STRING = "(-?\\d+)";
77

0 commit comments

Comments
 (0)