沢渡 みかげ #132(2007/07/04 15:05 GMT) [ Erlang ] Rating1/1=1.00
erl -noshell -s helloworld hello -s init stop で実行.
1 2 3 4 5
-module(helloworld). -export([hello/0]). hello() -> io:format("Hello, World!~n").
Rating1/1=1.00-0+
[ reply ]
沢渡 みかげ
#132()
[
Erlang
]
Rating1/1=1.00
-module(helloworld). -export([hello/0]). hello() -> io:format("Hello, World!~n").Rating1/1=1.00-0+
[ reply ]