Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6b69f53

Browse files
add 2094
1 parent 2949569 commit 6b69f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fishercoder/solutions/_2094.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import java.util.*;
44

55
public class _2094 {
6-
public static class Soluiton1 {
6+
public static class Solution1 {
77
public int[] findEvenNumbers(int[] digits) {
88
Set<Integer> set = new HashSet<>();
99
for (int i = 0; i < digits.length; i++) {

0 commit comments

Comments
 (0)