mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-14 04:41:49 +08:00
8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
$ cargo run
|
|
Compiling patterns v0.1.0 (file:///projects/patterns)
|
|
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
|
|
Running `target/debug/patterns`
|
|
a is at index 0
|
|
b is at index 1
|
|
c is at index 2
|