mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 10:46:27 +02:00
new executors
This commit is contained in:
parent
5220e890c6
commit
0e666cd41a
5 changed files with 18 additions and 5 deletions
3
tests/test.rs
Normal file
3
tests/test.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("good");
|
||||
}
|
1
tests/test.swift
Normal file
1
tests/test.swift
Normal file
|
@ -0,0 +1 @@
|
|||
print("hello")
|
|
@ -26,3 +26,7 @@ echo 'testing ruby'
|
|||
../lxc/execute ruby test.rb
|
||||
echo 'testing brainfuck'
|
||||
../lxc/execute bf test.bf
|
||||
echo 'testing rust'
|
||||
../lxc/execute rust test.rs
|
||||
echo 'testing swift'
|
||||
../lxc/execute swift test.swift
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue