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