aboutsummaryrefslogtreecommitdiff
path: root/challenge-118/abigail/erlang/ch-2.erl
blob: 8357a62e7dc6d640d37cc519dd13e7e2fe939b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%
% See ../README.md
%

%
% Run as: ln ch-2.erl ch2.erl
%         erl -compile ch2
%         erl -noshell -s ch2 main -s init stop
%

-module (ch2).
-export ([main/0]).

main () ->
    io:fwrite ("a8 c7 e6 c5 b3 c1 a2 c3 b1 a3 c4 b2\n").