Remove testing code

remotes/origin/master
CrystalMoogle 2023-07-16 16:07:57 +01:00
parent 73ace5bcca
commit 2860c9c622
1 changed files with 1 additions and 2 deletions

View File

@ -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