Compare commits
No commits in common. "b9ef21cbea463cff6d64f09af07f9800be06c7d2" and "0e2131eb1d23aa4a876b03ae9e1bbdd1121bccc6" have entirely different histories.
b9ef21cbea
...
0e2131eb1d
|
@ -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…
Reference in New Issue