# A Swift Tour

Tradition suggests that the first program in a new language should print the words "Hello, world"
on the screen. In Swift, this can be done in a single line:

```swift
println("Hello, world!")
```

Additional content...

```
Another code block
```
