-module(program). -export([main/1]). main(Arg) -> io:format("~s ~s ~s ~s ~n", Arg).