We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{-# LANGUAGE OverloadedStrings #-} module Main where import Graphics.Blank main :: IO () main = blankCanvas 3000 $ \ context -> do send context $ do font "60pt Calibri" lineWidth 3 strokeStyle "blue" strokeText("Hello World!", 80, 110)