update library name #2

Merged
ashstrahle merged 1 commits from Ash into main 2022-08-14 12:16:13 +10:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3a7599b207 - Show all commits

View File

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

View File

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