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