sibe/app/Main.hs

11 lines
176 B
Haskell
Raw Permalink Normal View History

2016-07-17 12:23:13 +00:00
module Main where
import Sibe
2016-07-17 12:23:13 +00:00
import Numeric.LinearAlgebra
import Data.List
import Debug.Trace
main = do
putStrLn "Try the examples:"
putStrLn "- stack exec example-xor"