UNPKG

playground

Version:

Create Xcode Playgrounds for the Swift programming language with rich documentation generated from Markdown

15 lines (10 loc) 264 B
# 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 ```