# echo

Use `echo` to repeat arguments back to the user

## Examples

```shell
> echo Hello world
Hello world
> echo "Hello, world!"
Hello, world!
```