0s
0 WPM
100%
0

Erlang Basics

erlangBEGINNER
-module(hello). -export([hello_world/0]). hello_world() -> io:fwrite("Hello World\n").
-module(hello). -export([hello_world/0]). hello_world() -> io:fwrite("Hello World\n").
Ketik sintaks di atas untuk memulai latihan...