Erlang Programming/Creating Web Applications with yaws/Getting set up

From Wikibooks, open books for an open world
Jump to navigation Jump to search
<html>
  <erl>
   out(Arg) -> 
      {html, "<h1>Hello world.</h1>"}.
  </erl>
 </html>