GitHub - swiftlang/example-package-deckofplayingcards: Example package for use with the Swift Package Manager

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Example package for use with the Swift Package Manager

License

Apache-2.0 license

206 stars 87 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Swift Example Package: Deck of Playing Cards

This example package will be cloned and built as a dependency if you build the Dealer example:

git clone https://github.com/apple/example-package-dealer.git
cd example-package-dealer
swift run dealer <count>

For more information, visit Swift's package manager documentation.