Files

7 lines
99 B
Swift

public struct SLSwift {
public func description() -> String {
"Hello, World!"
}
}