mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
formatting, add missing language
This commit is contained in:
parent
486c720868
commit
6d580981e4
5 changed files with 81 additions and 59 deletions
|
@ -9,12 +9,16 @@ echo 'testing cpp'
|
|||
../execute cpp test.cpp
|
||||
echo 'testing cs'
|
||||
../execute cs test.cs
|
||||
echo 'testing deno ts'
|
||||
../execute deno testdeno.ts
|
||||
echo 'testing elisp'
|
||||
../execute elisp test.el
|
||||
echo 'testing elixir'
|
||||
../execute exs test.exs
|
||||
echo 'testing go'
|
||||
../execute go test.go
|
||||
echo 'testing haskell'
|
||||
../execute haskell test.hs
|
||||
echo 'testing java'
|
||||
../execute java test.java
|
||||
echo 'testing jl'
|
||||
|
@ -45,9 +49,3 @@ echo 'testing python2'
|
|||
../execute python2 test2.py
|
||||
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