diff --git a/10_Blackjack/rust/src/main.rs b/10_Blackjack/rust/src/main.rs index 622756e9..7e3c8c37 100644 --- a/10_Blackjack/rust/src/main.rs +++ b/10_Blackjack/rust/src/main.rs @@ -5,8 +5,6 @@ use std::{io, io::{stdout, Write}}; * todo list: * * allow splitting - * - * allow doubling down */ @@ -544,7 +542,7 @@ fn instructions() { BLACKJACK, THE INITIAL RESPONSE SHOULD BE 'S'. NUMBER OF PLAYERS - NOTE: Currently only H and S are implemented properly + NOTE:'/' (splitting) is not currently implemented, and does nothing PRESS ENTER TO CONTINUE ");