mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
Compare commits
No commits in common. "b9ef21cbea463cff6d64f09af07f9800be06c7d2" and "0e2131eb1d23aa4a876b03ae9e1bbdd1121bccc6" have entirely different histories.
b9ef21cbea
...
0e2131eb1d
1 changed files with 1 additions and 4 deletions
|
@ -29,8 +29,5 @@ 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
|
||||
timeout -s KILL 3 ./binary < args.args < stdin.stdin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue