사용자:R4nGDWTDjP97Qikvu87gU

erlang
Copy
-module(hello).
-export([start/0]).
start() -> io:fwrite("Hello, World!\n").
% Hello, World!