This commit is contained in:
Brian Seymour 2021-01-23 15:05:10 -06:00
commit ed773d26d3
7 changed files with 35 additions and 0 deletions

View file

@ -13,6 +13,8 @@ echo -n 'testing crystal = '
../../cli/execute crystal crystal.cr
echo -n 'testing csharp = '
../../cli/execute csharp csharp.cs
echo -n 'testing d = '
../../cli/execute d test.d
echo -n 'testing deno = '
../../cli/execute deno deno.ts
echo -n 'testing elixir = '