Skip to content

Instantly share code, notes, and snippets.

@darui00kara
Created June 7, 2015 15:08
Show Gist options
  • Select an option

  • Save darui00kara/3c172b9b98c3e72831f9 to your computer and use it in GitHub Desktop.

Select an option

Save darui00kara/3c172b9b98c3e72831f9 to your computer and use it in GitHub Desktop.
-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