pkg(erlang-23.0.0): Added erlang (escript) 23.0.0

This commit is contained in:
Dan Vargas 2021-03-13 20:57:52 -06:00
parent d10496cc78
commit 75c33c19e4
6 changed files with 39 additions and 1 deletions

3
packages/erlang/23.0.0/test.erl vendored Normal file
View file

@ -0,0 +1,3 @@
main(_) ->
io:format("OK~n").