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,8 @@
|
|||
(for ((i (in-range 0 15 2))) (write i))
|
||||
0 2 4 6 8 10 12 14
|
||||
|
||||
(for ((q (in-range 0 15 14/8))) (write q))
|
||||
0 7/4 7/2 21/4 7 35/4 21/2 49/4 14
|
||||
|
||||
(for ((x (in-range 0 15 PI))) (write x))
|
||||
0 3.141592653589793 6.283185307179586 9.42477796076938 12.566370614359172
|
||||
Loading…
Add table
Add a link
Reference in a new issue