2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 22:38:04 +02:00

Programmierparadigmen

This commit is contained in:
Martin Thoma 2014-02-01 13:46:33 +01:00
parent cec5db3514
commit 80640f870c
16 changed files with 383 additions and 0 deletions

View file

@ -0,0 +1 @@
fibs = 0 : 1 : zipWith (+) fibs (tail fibs)