mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
added deno
Fixes issue: https://github.com/engineer-man/piston/issues/18
This commit is contained in:
parent
3246ed6781
commit
084211cb46
7 changed files with 28 additions and 1 deletions
|
@ -47,3 +47,7 @@ echo 'testing python3'
|
|||
../execute python3 test3.py
|
||||
echo 'testing haskell'
|
||||
../execute haskell test.hs
|
||||
echo 'testing deno js'
|
||||
../execute deno testdeno.js
|
||||
echo 'testing deno ts'
|
||||
../execute deno testdeno.ts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue