]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch12-an-io-project/listing-12-04/output.txt
New upstream version 1.63.0+dfsg1
[rustc.git] / src / doc / book / listings / ch12-an-io-project / listing-12-04 / output.txt
1 $ cargo run -- the poem.txt
2 Compiling minigrep v0.1.0 (file:///projects/minigrep)
3 Finished dev [unoptimized + debuginfo] target(s) in 0.0s
4 Running `target/debug/minigrep the poem.txt`
5 Searching for the
6 In file poem.txt
7 With text:
8 I'm nobody! Who are you?
9 Are you nobody, too?
10 Then there's a pair of us - don't tell!
11 They'd banish us, you know.
12
13 How dreary to be somebody!
14 How public, like a frog
15 To tell your name the livelong day
16 To an admiring bog!
17