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
9
Task/Factorial/Ezhil/factorial.ezhil
Normal file
9
Task/Factorial/Ezhil/factorial.ezhil
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
நிரல்பாகம் fact ( n )
|
||||
@( n == 0 ) ஆனால்
|
||||
பின்கொடு 1
|
||||
இல்லை
|
||||
பின்கொடு n*fact( n - 1 )
|
||||
முடி
|
||||
முடி
|
||||
|
||||
பதிப்பி fact ( 10 )
|
||||
Loading…
Add table
Add a link
Reference in a new issue