-module(helloworld).
-import(io,[fwrite/1]).
-export([start/0]).
start() ->
fwrite("Hello, world!/n").
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266255.html
-module(helloworld).
-import(io,[fwrite/1]).
-export([start/0]).
start() ->
fwrite("Hello, world!/n").
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266255.html