Skip to content

Instantly share code, notes, and snippets.

@everson
Created August 19, 2015 04:24
Show Gist options
  • 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