5 lines
57 B
Swift
5 lines
57 B
Swift
|
|
import Foundation
|
|||
|
|
|
|||
|
|
var ⌚️ = NSDate()
|
|||
|
|
println(⌚️)
|