Test post using org-mode
Post text here.
This is a title
Some general descripion
Subtitle with table
Below there is a table with caption.
Column a | Column b | Column c |
---|---|---|
A | B | C |
A | B | C |
And below there is some code
fac :: (Integral a) => a -> a
fac n = product [1..n]