2016-09-10 04:58:30 +02:00
|
|
|
pub const SHERLOCK: &'static str = "\
|
|
|
|
For the Doctor Watsons of this world, as opposed to the Sherlock
|
|
|
|
Holmeses, success in the province of detective work must always
|
|
|
|
be, to a very large extent, the result of luck. Sherlock Holmes
|
|
|
|
can extract a clew from a wisp of straw or a flake of cigar ash;
|
|
|
|
but Doctor Watson has to have it taken out for him and dusted,
|
|
|
|
and exhibited clearly, with a label attached.
|
|
|
|
";
|
|
|
|
|
2018-08-07 02:11:58 +02:00
|
|
|
pub const SHERLOCK_CRLF: &'static str = "\
|
|
|
|
For the Doctor Watsons of this world, as opposed to the Sherlock\r
|
|
|
|
Holmeses, success in the province of detective work must always\r
|
|
|
|
be, to a very large extent, the result of luck. Sherlock Holmes\r
|
|
|
|
can extract a clew from a wisp of straw or a flake of cigar ash;\r
|
|
|
|
but Doctor Watson has to have it taken out for him and dusted,\r
|
|
|
|
and exhibited clearly, with a label attached.\r
|
2016-09-10 04:58:30 +02:00
|
|
|
";
|