Compare commits
2 Commits
0e2131eb1d
...
b9ef21cbea
Author | SHA1 | Date |
---|---|---|
Brian Seymour | b9ef21cbea | |
ThreshMain | f20c8bafd1 |
|
@ -29,5 +29,8 @@ int main() {
|
||||||
EOF
|
EOF
|
||||||
timeout -s KILL 3 gcc -std=c11 -o binary code.c
|
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
|
# execution
|
||||||
timeout -s KILL 3 ./binary < args.args < stdin.stdin
|
timeout -s KILL 3 ./binary < args.args
|
||||||
|
|
Loading…
Reference in New Issue