Remove testing code
parent
73ace5bcca
commit
2860c9c622
|
@ -173,8 +173,7 @@
|
|||
End Function
|
||||
Function CreateDeck() As List(Of Tuple(Of String, String))
|
||||
Dim response As New List(Of Tuple(Of String, String))
|
||||
'Dim nums As String() = {"A", "2", "3", "4", "5", "6", "7", "8", "9", "10", "J", "Q", "K"}
|
||||
Dim nums As String() = {"A", "10", "K", "Q", "J"}
|
||||
Dim nums As String() = {"A", "2", "3", "4", "5", "6", "7", "8", "9", "10", "J", "Q", "K"}
|
||||
Dim suits As String() = {"Hearts", "Diamonds", "Spades", "Clubs"}
|
||||
For Each suit As String In suits
|
||||
For Each num As String In nums
|
||||
|
|
Loading…
Reference in New Issue