Advertisement
Guest User

Untitled

a guest
Oct 31st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Erlang 0.09 KB | None | 0 0
  1.     -module(hello).
  2.     -export([hello_world/0]).
  3.  
  4.     hello_world() -> io:fwrite("hello, world\n").
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement