diff options
| author | tslil clingman <tslil@posteo.de> | 2022-10-22 23:01:43 +0200 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2022-10-22 23:01:43 +0200 |
| commit | 2ebfa525b934662d4ee6ca589bbda727c011decd (patch) | |
| tree | 534fee570064c09f847075e4eef0fb648e80eba4 /srchr/src | |
| parent | 677bba1a9043d6f8a728c26d4c3126ac1b6ab9b7 (diff) | |
recording vlom as the default starting point
Diffstat (limited to 'srchr/src')
| -rw-r--r-- | srchr/src/config.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/srchr/src/config.rs b/srchr/src/config.rs index 76b9285..9726108 100644 --- a/srchr/src/config.rs +++ b/srchr/src/config.rs @@ -8,9 +8,9 @@ pub const STATS_FILE_NAME: &str = "shai.json"; pub const LOAD_STATS: bool = true; pub const STARTING_LAYOUT_STRING: &str = " -A B C D E F G H I J -K L M N O P Q R S T -U V W X Y Z . , / ' +V L O M Q W F U H . +S R A T K Y C E N I +X J ' D Z G P / B , "; // Tournament parameters |
