Created
June 7, 2015 15:08
-
-
Save darui00kara/3c172b9b98c3e72831f9 to your computer and use it in GitHub Desktop.
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(test). | |
| -export([add/2]). | |
| add(X,Y) -> X + Y. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment