crud-kit/Sources/CrudAPI/CrudAPI.swift

4 lines
50 B
Swift

struct CrudAPI {
var text = "Hello, World!"
}