Great! Instead of displaying the output of echo, we're using the pipe command to make it the input for the wc command.
echo
wc
Might it be that the pipe command kind of looks like, well, a pipe?