test for gitea

This commit is contained in:
Guilleag01
2026-03-21 16:58:46 +01:00
parent 66fed8288e
commit 68bca7bb5d
5 changed files with 11967 additions and 1 deletions

View File

@@ -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);
/// ```