Skip to content

Instantly share code, notes, and snippets.

@edbond
Created July 23, 2008 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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 <edbond@gmail.com>').
-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