Closed LucasLarson closed 1 year ago
informative and decorative text generated by printf should be printed to standard error (>&2) instead of standard output () to fix #18.
printf
>&2
informative and decorative text generated by
printf
should be printed to standard error (>&2
) instead of standard output (
) to fix #18.