Simple Sand Samples |
説明のないとってもシンプルなサンプルプログラム集
Erlang > Erlang(アーラン)でHello World!
hello.erl
|
|
$ sudo apt-get install erlang
*snip*
$ erlc hello.erl
$ ls
hello.beam
$ erl -noshell -s hello main -s init stop
Hello World!
$
*snip*
$ erlc hello.erl
$ ls
hello.beam
$ erl -noshell -s hello main -s init stop
Hello World!
$
* 確認環境 Debian Linux(Wheezy)