Skip to content

Instantly share code, notes, and snippets.

@elbrujohalcon
Created April 5, 2017 01:24
Show Gist options
  • Save elbrujohalcon/f9e1de1f03aa15293bd0a3e0ebb54efd to your computer and use it in GitHub Desktop.
Save elbrujohalcon/f9e1de1f03aa15293bd0a3e0ebb54efd to your computer and use it in GitHub Desktop.
A regular erlang module
-module(my_mod).
-export([whoami/0]).
whoami() -> my_mod.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment