From becf0599ad1af444a98d1e1949617af995eec9a0 Mon Sep 17 00:00:00 2001 From: AnthonyMichaelTDM <68485672+AnthonyMichaelTDM@users.noreply.github.com> Date: Sun, 27 Feb 2022 23:33:01 -0800 Subject: [PATCH] update instructions --- 10_Blackjack/rust/src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ");