Skip to content

Instantly share code, notes, and snippets.

@codedmart
Created November 20, 2015 15:17
Show Gist options
  • Select an option

  • Save codedmart/8f30b335ad61770913a0 to your computer and use it in GitHub Desktop.

Select an option

Save codedmart/8f30b335ad61770913a0 to your computer and use it in GitHub Desktop.
import Graphics.Element exposing (Element, show)
x = 32
main : Element
main =
show x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment