Skip to content

Commit 6166c30

Browse files
committed
Intersection between two sets
1 parent b29c333 commit 6166c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntersectionOfSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Intersection between two given set
22

3-
import java.util.*;;
3+
import java.util.*;
44
public class IntersectionOfSet {
55
public static void main(String[] args) {
66
Scanner sc = new Scanner(System.in);

0 commit comments

Comments
 (0)