container.erl 91 B

123456
  1. #!/usr/bin/env escript
  2. -module('hello-world').
  3. main(_) ->
  4. io:format("Hello World!~n").