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