Skip to content

Instantly share code, notes, and snippets.

@tylerflint
Created August 24, 2012 15:30
Show Gist options
  • Save tylerflint/3452012 to your computer and use it in GitHub Desktop.
Save tylerflint/3452012 to your computer and use it in GitHub Desktop.
escript format
#!/usr/bin/env escript
main([]) ->
Fun = fun(e) ->
ok.
lists:foreach(Fun, lists:seq(1, 10000)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment