//go:build !solution
// +build !solution
package illegal
func StringFromBytes(b []byte) string {
panic("implement me")
}