aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/escript_SUITE_data/strange.name
blob: 19ad8aa40afc972be2c8290dd570e507c9e445dc (plain) (blame)
1
2
3
4
5
6
7
#! /usr/bin/env escript
%% -*- erlang -*-

-mode(compile).

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