Files
hyperguild/cmd/supervisor/main.go
2026-04-17 07:04:08 +02:00

12 lines
127 B
Go

package main
import (
"fmt"
"os"
)
func main() {
fmt.Fprintln(os.Stderr, "supervisor: not yet implemented")
os.Exit(1)
}