brillo-examples-2.0.0: picture/Easy/Main.hs
{-# LANGUAGE OverloadedStrings #-}
module Main where
import Brillo
main :: IO ()
main = display (InWindow "My Window" (200, 200) (10, 10)) white (Circle 80)
{-# LANGUAGE OverloadedStrings #-}
module Main where
import Brillo
main :: IO ()
main = display (InWindow "My Window" (200, 200) (10, 10)) white (Circle 80)