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
4
Task/Compound-data-type/Shen/compound-data-type-1.shen
Normal file
4
Task/Compound-data-type/Shen/compound-data-type-1.shen
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(datatype point
|
||||
X : number; Y : number;
|
||||
====================
|
||||
[point X Y] : point;)
|
||||
2
Task/Compound-data-type/Shen/compound-data-type-2.shen
Normal file
2
Task/Compound-data-type/Shen/compound-data-type-2.shen
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
(2+) (@p 1 2)
|
||||
(@p 1 2) : (number * number)
|
||||
Loading…
Add table
Add a link
Reference in a new issue