This commit is contained in:
Brian Seymour 2020-06-04 19:17:26 -05:00
commit 30556fb45d
7 changed files with 36 additions and 2 deletions

1
tests/test.exs Normal file
View file

@ -0,0 +1 @@
IO.puts("good")

View file

@ -8,6 +8,8 @@ echo 'testing cpp'
../lxc/execute cpp test.cpp
echo 'testing cs'
../lxc/execute cs test.cs
echo 'testing elixir'
../lxc/exexute exs test.exs
echo 'testing go'
../lxc/execute go test.go
echo 'testing java'