Files
satbd-explorer/main.go
2016-01-14 12:49:45 +01:00

12 lines
114 B
Go

package main
import (
"fmt"
"os"
)
func main() {
fmt.Fprintf(os.Stderr, "Not Yet Implemented")
os.Exit(1)
}