aboutsummaryrefslogtreecommitdiff
path: root/challenge-153/abigail/erlang/ch-1.erl
blob: ccc9ad108d9a215983308be17987c2019ef09414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%
% See https://theweeklychallenge.org/blog/perl-weekly-challenge-153
%

%
% Run as: ln ch-1.erl ch1.erl
%         erl -compile ch1
%         erl -noshell -s ch1 main -s init stop
%

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

main () ->
    io:fwrite ("1 2 4 10 34 154 874 5914 46234 409114\n").