datastore/main.go
2024-01-24 22:55:15 +00:00

8 lines
74 B
Go

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