mirror of
https://github.com/logos-storage/hs-leopard.git
synced 2026-05-18 16:59:42 +00:00
16 lines
356 B
Haskell
16 lines
356 B
Haskell
|
|
module Main where
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
import Leopard.Codec
|
|
import Leopard.Example
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
main :: IO ()
|
|
main = do
|
|
exampleLowLevel
|
|
|
|
--------------------------------------------------------------------------------
|
|
|