Write a function echo that returns the argument that was passed to it.
echo
>> echo 5 5 >> echo "ok" "ok"