#!/usr/bin/env escript

main(Args) ->
    io:format("Hello ~p~n",[Args]).
