From 34fb2d9271be8c7c51a68f65b9fba8a2384c8fca Mon Sep 17 00:00:00 2001 From: plondon Date: Sat, 23 Oct 2021 13:56:49 -0400 Subject: [PATCH] Remove repl from elixir 2 --- langs/elixir.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/langs/elixir.yaml b/langs/elixir.yaml index 999f06c..c268610 100644 --- a/langs/elixir.yaml +++ b/langs/elixir.yaml @@ -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!")