mirror of https://github.com/KaiserY/trpl-zh-cn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
474 B
18 lines
474 B
$ cargo run -- the poem.txt
|
|
Compiling minigrep v0.1.0 (file:///projects/minigrep)
|
|
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.0s
|
|
Running `target/debug/minigrep the poem.txt`
|
|
Searching for the
|
|
In file poem.txt
|
|
With text:
|
|
I'm nobody! Who are you?
|
|
Are you nobody, too?
|
|
Then there's a pair of us - don't tell!
|
|
They'd banish us, you know.
|
|
|
|
How dreary to be somebody!
|
|
How public, like a frog
|
|
To tell your name the livelong day
|
|
To an admiring bog!
|
|
|