#!/usr/bin/env elixir IO.puts 'Arguments:' Enum.map(System.argv(),&IO.puts(&1))