datastore/main.go
2024-02-05 23:52:13 +00:00

8 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}