Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Factorial in haskell
--Title of this code main = print $ factorial 10000 factorial 0 = 1 factorial n = n*factorial (n-1)
run
|
edit
|
history
|
help
0
Hanoi solver
tried some polynoms 2: now with some `*` and foldr(-p)
Anonymous recursion. Why doesnt compile?
Removed input
credit card number validator
equiv
divisibleBy a b
haskell linked list
Traversable
Knight Journey