RosettaCodeData/Task/Copy-a-string/Swift/copy-a-string.swift
2016-12-05 23:44:36 +01:00

2 lines
32 B
Swift

var src = "Hello"
var dst = src