#! /usr/bin/env escript
%% -*- erlang -*-

-mode(compile).

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