Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
let setA : Set<String> = ["John", "Bob", "Mary", "Serena"]
|
||||
let setB : Set<String> = ["Jim", "Mary", "John", "Bob"]
|
||||
println(setA.exclusiveOr(setB)) // symmetric difference of A and B
|
||||
println(setA.subtract(setB)) // elements in A that are not in B
|
||||
Loading…
Add table
Add a link
Reference in a new issue