update library name

This commit is contained in:
2022-08-14 12:15:45 +10:00
parent 94229e8d6e
commit 3a7599b207
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
{