mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
6 lines
91 B
Haskell
6 lines
91 B
Haskell
#!/usr/bin/env runhaskell
|
|
module Main
|
|
(module Hledger.UI)
|
|
where
|
|
import Hledger.UI (main)
|