about summary refs log tree commit diff
path: root/src/Main.hs
blob: ea2ad2621bd9060485d451f04e58dd880a3a1f40 (plain) (blame)
1
2
3
4
5
6
7
module Main where
--------------------------------------------------------------------------------
import qualified App
--------------------------------------------------------------------------------

main :: IO ()
main = App.run "sqlite.db"