protohackers/cmd/speeddaemon/main.go

7 lines
61 B
Go

package main
func main() {
srv := newServer()
srv.run()
}