RosettaCodeData/Task/Copy-a-string/Swift/copy-a-string.swift

3 lines
32 B
Swift

var src = "Hello"
var dst = src