Common list elements

put [∩] [2,5,1,3,8,9,4,6], [3,5,6,2,9,8,4], [1,3,7,6,9,3];

Output:

6 9 3

Last updated