reanimate/examples/intro_hello.hs
David Himmelstrup a256dd0a96 Add intro_* examples.
Former-commit-id: fb66b98fa121ec36b903ac92057fc0405e68b93b
2020-05-14 11:01:26 +08:00

7 lines
224 B
Haskell

#!/usr/bin/env stack
-- stack runghc --package reanimate
{-# LANGUAGE OverloadedStrings #-}
import Reanimate
main :: IO ()
main = reanimate $ addStatic (mkBackground "cyan") $ staticFrame 1 $ mkText "Hello world"