learn_go/cards/main.go
2022-02-06 22:15:28 +01:00

7 lines
65 B
Go

package main
func main() {
cards := newDeck()
cards.print()
}