Sha256: 76e4afeb69a25996cb0435be8ed01c79196d1007c9bf016c04ce68b6aa3902ca
Contents?: true
Size: 148 Bytes
Versions: 525
Compression:
Stored size: 148 Bytes
Contents
// // HelloWorld.swift // struct HelloWorld { static func hello(_ text: String = "World") -> String { return "Hello, \(text)!" } }
Version data entries
525 entries across 362 versions & 1 rubygems