Files
2019-11-10 11:56:23 +11:00

7 lines
99 B
Swift

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