Remove repl from elixir 2

This commit is contained in:
plondon 2021-10-23 13:56:49 -04:00
parent 68d360e5e9
commit 34fb2d9271
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ install:
unzip -d "${pkg}/opt/elixir-ls" elixir-ls.zip
ln -s /opt/elixir-ls/language_server.sh "${pkg}/usr/local/bin/elixir-ls"
input: |
DELAY: 1
123 * 234
main: "main.exs"
template: |
IO.puts("Hello, world!")