Stdout is for the output of the program (the generated memes), that the user might want to redirect somewhere, like piping to another program.
Stderr is for messages, like logging, errors, info, debug. Stuff about the program's execution, that you want the user to read, should go there instead of stdout.
Related to #7
Stdout is for the output of the program (the generated memes), that the user might want to redirect somewhere, like piping to another program.
Stderr is for messages, like logging, errors, info, debug. Stuff about the program's execution, that you want the user to read, should go there instead of stdout.
Related to #7