Initial Commit

This commit is contained in:
Michael Griebling
2023-01-02 07:41:00 -05:00
commit c364e56d31
5 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
public struct SwiftMathRender {
public private(set) var text = "Hello, World!"
public init() {
}
}