We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2949569 commit 6b69f53Copy full SHA for 6b69f53
src/main/java/com/fishercoder/solutions/_2094.java
@@ -3,7 +3,7 @@
3
import java.util.*;
4
5
public class _2094 {
6
- public static class Soluiton1 {
+ public static class Solution1 {
7
public int[] findEvenNumbers(int[] digits) {
8
Set<Integer> set = new HashSet<>();
9
for (int i = 0; i < digits.length; i++) {
0 commit comments