Commit f5f2acb2 authored by Sanjna's avatar Sanjna

Upload new file

parent d3d212f0
python3 q7.py testcase/input.txt > out
diff -Z testcase/output.txt out > result
if [[ -s result ]];
then
echo failed
else
echo passed
fi
rm out result
\ 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