@@ -0,0 +1,6 @@
package main
type Card struct {
Suit string // H, D, C, S
Value int // 2-14 (A=14)
}
The note is not visible to the blocked user.