1
0
mirror of https://github.com/ikoHSE/test-task.git synced 2024-11-27 01:22:30 +03:00

removed solution

This commit is contained in:
iko 2020-01-10 18:53:02 +03:00
parent 31e22675d9
commit 73e1685d8b

View File

@ -4,4 +4,4 @@ module Task
where
fib :: [Integer]
fib = 1 : 1 : zipWith (+) fib (tail fib)
fib = undefined