Skip to content

Instantly share code, notes, and snippets.

@elbrujohalcon
Created January 8, 2018 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elbrujohalcon/5652046e39396ae93f9e7e7ddfd05d75 to your computer and use it in GitHub Desktop.
Save elbrujohalcon/5652046e39396ae93f9e7e7ddfd05d75 to your computer and use it in GitHub Desktop.
-module(plusplus).
-export([first/0, second/0]).
first() -> [] ++ something.
second() -> something ++ [].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment