Skip to content

Instantly share code, notes, and snippets.

@gansai
Created October 4, 2015 11:00
Show Gist options
  • Save gansai/646c6bb73f3e022d1dd0 to your computer and use it in GitHub Desktop.
Save gansai/646c6bb73f3e022d1dd0 to your computer and use it in GitHub Desktop.
Illustration for running Erlang code from Intellij IDEA
-module(hello).
%% API
-export([hello/0]).
hello() -> io:fwrite("Hi. This is my first Erlang Program.\n").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment