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:
parent
31e22675d9
commit
73e1685d8b
@ -4,4 +4,4 @@ module Task
|
||||
where
|
||||
|
||||
fib :: [Integer]
|
||||
fib = 1 : 1 : zipWith (+) fib (tail fib)
|
||||
fib = undefined
|
||||
|
Loading…
Reference in New Issue
Block a user