It's very strange to have a problem printing to stdout, so people
rarely check the error value returned from fmt.Printf()
But if you're having problems it might be reasonable to see what that error is.
Well, actually there's no problem about my own program, it's fine running, but i'm surprised to noticethere's nothing printed to stdout.There must be wrong somewhere with things like this, so what's that?
What's wrong?