Difference between revisions of "FP Solution"
Jump to navigation
Jump to search
Line 40: | Line 40: | ||
<div style="clear:both"></div> | <div style="clear:both"></div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<big>''' Custom collapsible 3 (list)'''</big> | <big>''' Custom collapsible 3 (list)'''</big> |
Revision as of 10:41, 23 September 2020
fact1 :: Int -> Int
fact1 0 = 1
fact1 n = n * fact1 (n-1)
Soluiton
Some text in the div here.
fact1 :: Int -> Int
fact1 0 = 1
fact1 n = n * fact1 (n-1)
Some more text in the div.
Collapsible table-cell content in a table
X | Y | Z |
---|---|---|
Hi, the content in the cell below me is collapsible and collapsed by default | 35 | 91 |
I'm the mw-collapsible cell content! | 42 | 63 |
Custom collapsible 3 (list)
- A
- B
- C
- D