Commit c809e80b authored by Sanjna's avatar Sanjna

Upload new file

parent b403cc41
rm -f tempout
rm -f dump
python3 main.py > tempout 2> dump
diff -Z tempout output > result
if [[ -s result ]];
then
echo "failed"
else
echo "passed"
fi
rm -f result dump tempout
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment