test for gitea
This commit is contained in:
@@ -24,6 +24,7 @@ struct Result([LetterState; 5]);
|
||||
|
||||
fn main() {
|
||||
let all_words: Vec<&str> = HashSet::from(WORDS).iter().copied().collect();
|
||||
|
||||
let mut current_words = all_words.clone();
|
||||
|
||||
let mut hmap = HashMap::new();
|
||||
@@ -214,7 +215,7 @@ fn get_result(guess: &str, real_acc: &str, hmap: &mut HashMap<u128, Result>) ->
|
||||
/// LetterState::Green
|
||||
/// ]),
|
||||
/// "mucha"
|
||||
/// )
|
||||
/// );
|
||||
///
|
||||
/// assert!(result);
|
||||
/// ```
|
||||
|
||||
Reference in New Issue
Block a user