6 lines
102 B
Swift
6 lines
102 B
Swift
public struct twigs {
|
|
public private(set) var text = "Hello, World!"
|
|
|
|
public init() {
|
|
}
|
|
}
|