Skip to content

Instantly share code, notes, and snippets.

@wfarr
Created December 31, 2009 11:18
Show Gist options
  • Select an option

  • Save wfarr/266699 to your computer and use it in GitHub Desktop.

Select an option

Save wfarr/266699 to your computer and use it in GitHub Desktop.
-module(bees_knees).
-export([tell_em/0]).
tell_em () ->
io:format("Tell 'em how Erlang is the bee's knees!\n").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment