mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
add additional executors
This commit is contained in:
parent
64eda86817
commit
ef9c3ae091
7 changed files with 45 additions and 16 deletions
4
docker/executors/cpp
Executable file
4
docker/executors/cpp
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
g++ -o binary -x c $1
|
||||
./binary
|
Loading…
Add table
Add a link
Reference in a new issue