Data update
This commit is contained in:
parent
29a5eea0d4
commit
5c1bb7bfa9
2011 changed files with 35081 additions and 3229 deletions
|
|
@ -0,0 +1,7 @@
|
|||
begin
|
||||
var s1: HashSet<string> := HSet('John', 'Serena', 'Bob', 'Mary', 'Serena');
|
||||
var s2 := HSet('Jim', 'Mary', 'John', 'Jim', 'Bob');
|
||||
Println((s1 - s2) + (s2 - s1));
|
||||
Println(s1 - s2);
|
||||
Println(s2 - s1);
|
||||
end.
|
||||
Loading…
Add table
Add a link
Reference in a new issue