a=`./example0`
b="2	10	
2	16	
Success"
if [ "$a" != "$b" ]
then
	echo "expected
$b
but got
$a" >&2
	exit 1
fi
