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
3
Task/FizzBuzz/AntLang/fizzbuzz.antlang
Normal file
3
Task/FizzBuzz/AntLang/fizzbuzz.antlang
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
n:{1+ x}map range[100]
|
||||
s:{a:0eq x mod 3;b:0eq x mod 5;concat apply{1elem x}map{0elem x}hfilter seq[1- max[a;b];a;b]merge seq[str[x];"Fizz";"Buzz"]}map n
|
||||
echo map s
|
||||
Loading…
Add table
Add a link
Reference in a new issue