Files
swiftui-math/Sources/SwiftMathRender/SwiftMathRender.swift
Michael Griebling c364e56d31 Initial Commit
2023-01-02 07:41:00 -05:00

7 lines
112 B
Swift

public struct SwiftMathRender {
public private(set) var text = "Hello, World!"
public init() {
}
}