1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-13 15:16:26 +02:00
This commit is contained in:
Brian Seymour 2021-01-23 15:20:14 -06:00
commit 8d89385f19
5 changed files with 17 additions and 0 deletions

View file

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