//go:build !solution
// +build !solution
package varfmt
func Sprintf(format string, args ...interface{}) string {
return ""
}