8 lines
68 B
Plaintext
8 lines
68 B
Plaintext
main() {
|
|
c := new(Counter)
|
|
c.value += 16
|
|
}
|
|
|
|
Counter {
|
|
value int
|
|
} |