Skip to content

Instantly share code, notes, and snippets.

@darkua
Created October 23, 2009 15:55
Show Gist options
  • Select an option

  • Save darkua/216997 to your computer and use it in GitHub Desktop.

Select an option

Save darkua/216997 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