8 lines
100 B
Swift
8 lines
100 B
Swift
//: [Previous](@previous)
|
|
|
|
import Foundation
|
|
|
|
var greeting = "Hello, playground"
|
|
|
|
//: [Next](@next)
|