echo

The echo command is used to print text in your terminal.

Hello, World

echo

Note that the string to be printed here is "Hello world".

If it is a single world, like hello, you can safely ignore the quotation marks.

hello

echo

Last change: , commit: ed464b9