-module(helloworld). 
-export([start/0]). 

start() ->
   io:fwrite("~p",[is_alive()]).