Created
November 20, 2015 15:17
-
-
Save codedmart/8f30b335ad61770913a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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