Skip to content

Instantly share code, notes, and snippets.

@AleksLitynski
Created June 23, 2017 01:30
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 AleksLitynski/a664b43639535a32d2949675e365a3ae to your computer and use it in GitHub Desktop.
Save AleksLitynski/a664b43639535a32d2949675e365a3ae to your computer and use it in GitHub Desktop.
-module(hello).
-export([hello/0]).
hello() ->
print2()("hello").
print(output) ->
io:format("~s~n", [output]).
print2() -> print.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment