This commit is contained in:
Vrganj 2021-01-23 22:09:00 +01:00
parent b64598763d
commit e9f85c4eee
5 changed files with 17 additions and 0 deletions

View file

@ -11,6 +11,8 @@ echo -n 'testing cpp = '
../../cli/execute cpp cpp.cpp
echo -n 'testing csharp = '
../../cli/execute csharp csharp.cs
echo -n 'testing dash = '
../../cli/execute dash dash.sh
echo -n 'testing deno = '
../../cli/execute deno deno.ts
echo -n 'testing elixir = '