Files
SugarDB/client/main.go
2023-06-17 21:31:13 +08:00

8 lines
84 B
Go

package main
import "fmt"
func main() {
fmt.Println("Let's build the client!")
}