All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Marek Běhálek Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:58, 21 October 2019 Beh01 talk contribs created page FP Solution (Created page with "<syntaxhighlight lang="Haskell"> import Data.Char fact1 :: Int -> Int fact1 0 = 1 fact1 n = n * fact1 (n-1) fact2 :: Int -> Int fact2 n | n==0 = 1 | otherwise = n *...")