add additional executors

This commit is contained in:
Brian Seymour 2018-09-20 12:04:34 -05:00
parent 64eda86817
commit ef9c3ae091
7 changed files with 45 additions and 16 deletions

4
docker/executors/cpp Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
g++ -o binary -x c $1
./binary