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 committed by Thomas
parent 7837f1c7c0
commit 9b1e487156
5 changed files with 38 additions and 0 deletions

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

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