Files
SwiftStudy/SwiftStudy.playground/Pages/Untitled Page.xcplaygroundpage/Contents.swift
2021-12-13 22:50:09 +08:00

8 lines
100 B
Swift

//: [Previous](@previous)
import Foundation
var greeting = "Hello, playground"
//: [Next](@next)