Add tests for elixir
This commit is contained in:
parent
6076f88bb9
commit
767b37fa46
|
@ -0,0 +1 @@
|
||||||
|
IO.puts("good")
|
|
@ -8,6 +8,8 @@ echo 'testing cpp'
|
||||||
../lxc/execute cpp test.cpp
|
../lxc/execute cpp test.cpp
|
||||||
echo 'testing cs'
|
echo 'testing cs'
|
||||||
../lxc/execute cs test.cs
|
../lxc/execute cs test.cs
|
||||||
|
echo 'testing elixir'
|
||||||
|
../lxc/exexute exs test.exs
|
||||||
echo 'testing go'
|
echo 'testing go'
|
||||||
../lxc/execute go test.go
|
../lxc/execute go test.go
|
||||||
echo 'testing java'
|
echo 'testing java'
|
||||||
|
|
Loading…
Reference in New Issue