mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Haskell angefangen
This commit is contained in:
parent
ff14701ccf
commit
3b44772968
14 changed files with 147 additions and 6 deletions
|
@ -0,0 +1 @@
|
|||
fak n = if (n==0) then 1 else n * fak (n-1)
|
Loading…
Add table
Add a link
Reference in a new issue