mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
ts support
This commit is contained in:
parent
460e393772
commit
8833d4f488
6 changed files with 16 additions and 2 deletions
1
tests/test.ts
Normal file
1
tests/test.ts
Normal file
|
@ -0,0 +1 @@
|
|||
console.log('good')
|
|
@ -32,3 +32,5 @@ echo 'testing swift'
|
|||
../lxc/execute swift test.swift
|
||||
echo 'testing bash'
|
||||
../lxc/execute bash test.sh
|
||||
echo 'testing typescript'
|
||||
../lxc/execute typescript test.ts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue