Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
3
Task/FizzBuzz/ANT/fizzbuzz.ant
Normal file
3
Task/FizzBuzz/ANT/fizzbuzz.ant
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