5 lines
76 B
Haskell
5 lines
76 B
Haskell
|
|
{-# LANGUAGE TemplateHaskell #-}
|
||
|
|
import Factorial
|
||
|
|
|
||
|
|
main = print $(factQ 10)
|