Browse Source

Update README.md

content-update
Abylaikhan Zulbukharov 3 years ago committed by GitHub
parent
commit
c50b3e668d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/tic_tac_toe/README.md

2
subjects/tic_tac_toe/README.md

@ -51,7 +51,7 @@ fn main() {
"{:?}", "{:?}",
tic_tac_toe(vec![ tic_tac_toe(vec![
vec!["O", "X", "O"], vec!["O", "X", "O"],
vec!["O", "P", "X"], vec!["O", "O", "X"],
vec!["X", "#", "X"] vec!["X", "#", "X"]
]) ])
); );

Loading…
Cancel
Save