mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
fix bug omitting stdout, fix cpp compiler flag
This commit is contained in:
parent
eec7ec26fa
commit
9e0c0c40f5
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
g++ -o binary -x c $1
|
||||
g++ -o binary -x c++ $1
|
||||
timeout -s KILL 3 ./binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue