Compare commits

..

No commits in common. "b9ef21cbea463cff6d64f09af07f9800be06c7d2" and "0e2131eb1d23aa4a876b03ae9e1bbdd1121bccc6" have entirely different histories.

1 changed files with 1 additions and 4 deletions

View File

@ -29,8 +29,5 @@ 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 timeout -s KILL 3 ./binary < args.args < stdin.stdin