"사용자:R4nGDWTDjP97Qikvu87gU"의 두 판 사이의 차이

(새 문서: -module(hello). -export([start/0]). start() -> io:fwrite("Hello, World!\n").)
 
잔글
 
(사용자 2명의 중간 판 2개는 보이지 않습니다)
1번째 줄: 1번째 줄:
<source lang='erlang'>
-module(hello).
-module(hello).
-export([start/0]).
-export([start/0]).
start() -> io:fwrite("Hello, World!\n").
start() -> io:fwrite("Hello, World!\n").
% Hello, World!
</source>
[[분류: 제타위키 사용자]]

2019년 5월 5일 (일) 23:39 기준 최신판

-module(hello).
-export([start/0]).
start() -> io:fwrite("Hello, World!\n").
% Hello, World!
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}