Skip to content

Commit d882581

Browse files
symbolic change, too tired today, just got to know we're having out baby GIRL\!
1 parent 866b757 commit d882581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MEDIUM/src/medium/Permutations.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ private static void recursive(List<List<Integer>> result, int[] nums, int pos) {
5757

5858
public static void main(String...args){
5959
int[] nums = new int[]{1,2,2};
60+
6061
}
6162

6263
}

0 commit comments

Comments
 (0)