Merge pull request #2 from ashstrahle/Ash

update library name
This commit was merged in pull request #2.
This commit is contained in:
2022-08-14 12:16:13 +10:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
namespace PlayingCardsLibrary
namespace PlayingCards
{
public enum Suit { Spades, Clubs, Diamonds, Hearts }

View File

@@ -1,4 +1,4 @@
using PlayingCardsLibrary;
using PlayingCards;
namespace StripJackNaked
{