hello world
This commit is contained in:
parent
1f2379923a
commit
862b327b81
|
@ -0,0 +1,4 @@
|
||||||
|
-module(world).
|
||||||
|
-export([hello/0]).
|
||||||
|
% Скажем миру привет!
|
||||||
|
hello() -> io:format("Hello, world!~n").
|
Loading…
Reference in New Issue