Skip to content

Instantly share code, notes, and snippets.

@kgashok
Last active April 29, 2016 20:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kgashok/f57e456813871fd28aa2e5e844d65e11 to your computer and use it in GitHub Desktop.
Save kgashok/f57e456813871fd28aa2e5e844d65e11 to your computer and use it in GitHub Desktop.
First Elm program from Sublime
-- https://packagecontrol.io/packages/sublime-github
import Html exposing (..)
main =
text "Hello, World!"
@kgashok
Copy link
Author

kgashok commented Apr 29, 2016

Things have come full circle (main() in C -> main in Elm)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment