Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 406 Bytes

Card Deck: Laerning Go Programming Language

Shield1 Shield2

This is an introductory project to the Go programming language, a simple API for managing a deck of cards.

Commands for running the code:

go run main.go deck.go

Commands for testing the code:

go test