mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-14 21:11:31 +08:00
7 lines
267 B
Plaintext
Executable File
7 lines
267 B
Plaintext
Executable File
$ cargo run
|
|
Compiling shirt-company v0.1.0 (file:///projects/shirt-company)
|
|
Finished dev [unoptimized + debuginfo] target(s) in 0.27s
|
|
Running `target/debug/shirt-company`
|
|
The user with preference Some(Red) gets Red
|
|
The user with preference None gets Blue
|