View Problem
Find the common items in two lists
Given two lists, find the common items. E.g. given beans =
Submit a new solution for erlang, clojure, or groovy
There are 18 other solutions in additional languages (cpp, csharp, fantom, fsharp ...)
['broad', 'mung', 'black', 'red', 'white'] and colors = ['black', 'red', 'blue', 'green'], what are the bean varieties that are also color names?
Submit a new solution for erlang, clojure, or groovy
There are 18 other solutions in additional languages (cpp, csharp, fantom, fsharp ...)




