Jutge.org
Jutge.org
Home
Problems
About
Contact
Documentation
Index
FAQ
Compilers
Verdicts
References
Certificates
Markdown
Instructor guides
Python libs
GitHub repos
Erlang
Compiler
Erlang
Name
Erlang
Language
Erlang
Program and version
Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 12.2.1
Description
Erlang
Type
vm
Flags1
Flags2
Extension
.erl
Status
Ok
P68688
-
module
(
program
).
-
export
([
start
/
0
]).
start
()
->
io
:
format
(
"Hello world!
\n
"
).