Merge pull request #2 from ashstrahle/Ash
update library name
This commit was merged in pull request #2.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace PlayingCardsLibrary
|
||||
namespace PlayingCards
|
||||
{
|
||||
public enum Suit { Spades, Clubs, Diamonds, Hearts }
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using PlayingCardsLibrary;
|
||||
using PlayingCards;
|
||||
|
||||
namespace StripJackNaked
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user