1
1
mirror of https://github.com/nmattia/snack.git synced 2024-10-26 12:38:49 +03:00
snack/tests/ghci-options/Main.hs
Jinxuan Zhu 069f7d01fb Add Ghci options (#163)
* Add Ghci options

* Add ghci options test

* Remove Build for test
2019-11-20 20:52:14 +01:00

6 lines
70 B
Haskell

module Main where
import Data.Text
main = putStrLn $ unpack "hello"