Skip to content

Instantly share code, notes, and snippets.

@edbond
Created July 23, 2008 08:03
Show Gist options
  • Save edbond/1603 to your computer and use it in GitHub Desktop.
Save edbond/1603 to your computer and use it in GitHub Desktop.
-module(shop).
-author('Eduard Bondarenko <[email protected]>').
-compile(export_all).
main(_) ->
io:format("Welcome to shop you need.").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment