aboutsummaryrefslogtreecommitdiff
path: root/challenge-208/aecepoglu/bqn/ch-1.bqn
blob: c4cfaef72d1928793574660da7ecfd5764ac607d (plain)
1
2
3
4
5
6
Part1{list1𝕊list2:
  list1 ˜ ¨(´=+´¨)/(list2)(÷˜¨|)/⥊list1list2
}
"ABC"Part1"CAB"
"Perl", "Raku", "Love"Part1"Raku", "Perl", "Hate","Something"
"ABC"Part1"DEF"