mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
Compare commits
2 commits
0e2131eb1d
...
b9ef21cbea
Author | SHA1 | Date | |
---|---|---|---|
|
b9ef21cbea | ||
|
f20c8bafd1 |
1 changed files with 4 additions and 1 deletions
|
@ -29,5 +29,8 @@ int main() {
|
|||
EOF
|
||||
timeout -s KILL 3 gcc -std=c11 -o binary code.c
|
||||
|
||||
# Merging args.args and stdin.stdin for emkc challenges
|
||||
cat stdin.stdin >> args.args
|
||||
|
||||
# execution
|
||||
timeout -s KILL 3 ./binary < args.args < stdin.stdin
|
||||
timeout -s KILL 3 ./binary < args.args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue