Skip to content

Instantly share code, notes, and snippets.

@everson
Created August 19, 2015 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save everson/3cabf8dc8c5103eca195 to your computer and use it in GitHub Desktop.
Save everson/3cabf8dc8c5103eca195 to your computer and use it in GitHub Desktop.
First Elm Attempt
import Html exposing (text)
import Mouse exposing (position)
main = (map text position)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment