Merge pull request #467 from SLIB53/add-erlang-escript
Add erlang escript, update README
This commit is contained in:
@@ -193,7 +193,8 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
||||
* [Emojicode](e/emojicode.emojic)
|
||||
* [Emoticon](e/emoticon.emoticon)
|
||||
* [Eoool](e/EOOOL.eoool)
|
||||
* [Erlang](e/erlang.erl)
|
||||
* [Erlang Escript](e/erlang_escript.erl)
|
||||
* [Erlang Hw](e/erlang_hw.erl)
|
||||
* [Factor](f/factor.factor)
|
||||
* [Falcon](f/falcon.fal)
|
||||
* [False](f/false.f)
|
||||
|
||||
4
e/erlang_escript.erl
Normal file
4
e/erlang_escript.erl
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env escript
|
||||
|
||||
main(_) ->
|
||||
io:format("Hello World~n").
|
||||
Reference in New Issue
Block a user