Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

13
Task/Set/BQN/set-1.bqn Normal file
View file

@ -0,0 +1,13 @@
Union
Inter /
Diff ¬/
Subset ´
Eq
CreateSet
•Show 2468 Union 2357
•Show 2468 Inter 2357
•Show 2468 Diff 2357
•Show 2468 Subset 2357
•Show 2468 Eq 2357
•Show CreateSet 223572

6
Task/Set/BQN/set-2.bqn Normal file
View file

@ -0,0 +1,6 @@
2 4 6 8 3 5 7
2
4 6 8
0
0
2 3 5 7