package main; import "fmt"; type mile uint; type BinaryOp func(int, int) int;