# Code Example

Here is some code:

```javascript
function hello() {
  console.log("Hello, world!");
}
```

And here is more text after the code.

```python
def greet():
    print("Greetings!")
```

The end.
