Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created August 7, 2009 13:58
Show Gist options
  • Select an option

  • Save btbytes/163912 to your computer and use it in GitHub Desktop.

Select an option

Save btbytes/163912 to your computer and use it in GitHub Desktop.
#!/usr/bin/env escript
-export([main/1]).
main([]) ->
io:format("hello world!~n").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment