Created
April 5, 2017 01:24
-
-
Save elbrujohalcon/f9e1de1f03aa15293bd0a3e0ebb54efd to your computer and use it in GitHub Desktop.
A regular erlang module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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