1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-13 15:16:26 +02:00

add crystal

This commit is contained in:
Brian Seymour 2021-01-23 14:59:07 -06:00
parent f04e046d4b
commit 655b7398b6
6 changed files with 28 additions and 0 deletions

View file

@ -9,6 +9,8 @@ echo -n 'testing c = '
../../cli/execute c c.c
echo -n 'testing cpp = '
../../cli/execute cpp cpp.cpp
echo -n 'testing crystal = '
../../cli/execute crystal crystal.cr
echo -n 'testing csharp = '
../../cli/execute csharp csharp.cs
echo -n 'testing deno = '