Initial Commit

This commit is contained in:
2023-04-15 00:45:32 +02:00
commit 07521d4e93
6 changed files with 66 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
public struct SwiftLibs {
public private(set) var text = "Hello, World!"
public init() {
}
}