Skip to content

Instantly share code, notes, and snippets.

@mingder78
Created March 1, 2011 06:24
Show Gist options
  • Save mingder78/848715 to your computer and use it in GitHub Desktop.
Save mingder78/848715 to your computer and use it in GitHub Desktop.
-module(hello).
-export([start/0]).
start() ->
io:format("Hello, World!").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment