1
1
mirror of https://github.com/nmattia/snack.git synced 2024-09-11 11:55:36 +03:00
snack/tests/template-haskell-3/Main.hs
2018-05-24 16:46:09 +02:00

10 lines
186 B
Haskell

{-# LANGUAGE TemplateHaskell #-}
module Main where
import Data.FileEmbed
import qualified Data.ByteString.Char8 as BS8
main :: IO ()
main = BS8.putStrLn $(embedFile "assets/foo.txt")