Skip to content

Instantly share code, notes, and snippets.

@dy-dx
Created March 17, 2015 21:27
Show Gist options
  • Save dy-dx/4213cab10354b1c9b060 to your computer and use it in GitHub Desktop.
Save dy-dx/4213cab10354b1c9b060 to your computer and use it in GitHub Desktop.
import Graphics.Element (Element)
import Graphics.Collage (collage, textured, circle)
main : Element
main =
collage 800 600
[textured "http://placehold.it/200x200" (circle 200.0)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment