mirror of
https://github.com/chesskit-app/chesskit-engine.git
synced 2026-05-19 15:50:35 +00:00
7 lines
111 B
Swift
7 lines
111 B
Swift
public struct ChessKitEngine {
|
|
public private(set) var text = "Hello, World!"
|
|
|
|
public init() {
|
|
}
|
|
}
|