Skip to content

Instantly share code, notes, and snippets.

@toopay
Last active August 29, 2015 14:12
Show Gist options
  • Save toopay/facecceb90f502913de1 to your computer and use it in GitHub Desktop.
Save toopay/facecceb90f502913de1 to your computer and use it in GitHub Desktop.
"Hello world!" [1]
-module(innocent).
-export([hi/0]).
hi() -> io:format("Hello world!").
%% Analog with bellow :
%% hi() -> io:format(["H","e","l","l","o"," ","w","o","r","l","d","!"]).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment