UNPKG

playground

Version:

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

11 lines (7 loc) 236 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...