# echo

### `echo [message]`

Prints the specified message to the console.

#### Example Usage

```bash
echo Hello, world!
```

This command will print:

```
Hello, world!
```
