HQu-0.0.0.0: src/HQu.hs
{- |
Copyright: (c) 2021 Ghais
SPDX-License-Identifier: MIT
Maintainer: Ghais <0x47@0x49.dev>
General purpose quantitative finance library
-}
module HQu
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn ("someFunc" :: String)