RosettaCodeData/Task/Break-OO-privacy/Factor/break-oo-privacy-2.factor

3 lines
81 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
( scratchpad ) USE: sets
( scratchpad ) { 1 2 3 } { 1 2 4 } intersect length .
2