FP Solution
Jump to navigation
Jump to search
fact1 :: Int -> Int
fact1 0 = 1
fact1 n = n * fact1 (n-1)
Collapsible table in collapsed div
Some text in the div here.
Hello | World |
---|---|
Content | Goes |
In | Here |
Some more text in the div.