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

(새 문서: -module(hello). -export([start/0]). start() -> io:fwrite("Hello, World!\n").)
 
1번째 줄: 1번째 줄:
<pre>
-module(hello).
-module(hello).
-export([start/0]).
-export([start/0]).
start() -> io:fwrite("Hello, World!\n").
start() -> io:fwrite("Hello, World!\n").
</pre>

2019년 4월 24일 (수) 02:20 판

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