RosettaCodeData/Task/Copy-a-string/Swift/copy-a-string.swift
2023-07-01 13:44:08 -04:00

2 lines
32 B
Swift

var src = "Hello"
var dst = src