mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-07-28 18:25:16 +00:00
Merge pull request '026 thier to their' (#489) from geoffreygordonashbrook/ziglings_exercises_fork:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/489
This commit is contained in:
@@ -36,5 +36,5 @@ pub fn main(init: std.process.Init) !void {
|
|||||||
// 'std.debug.print()' prints its output to stderr, while the stdout_writer
|
// 'std.debug.print()' prints its output to stderr, while the stdout_writer
|
||||||
// approach prints to stdout.
|
// approach prints to stdout.
|
||||||
// A common practice is to pipe output of a command to other commands,
|
// A common practice is to pipe output of a command to other commands,
|
||||||
// and in order for the piping to work, those commands expect thier input
|
// and in order for the piping to work, those commands expect their input
|
||||||
// to come from stdout, not stderr.
|
// to come from stdout, not stderr.
|
||||||
|
|||||||
Reference in New Issue
Block a user