# One-line programs

The `-E code` command will execute the code specified as a command-line argument.

Example:

```
$ sidef -E "say 'hello world'"
```

Outputs:

```
hello world
```
