Removed struct keyword
This commit is contained in:
parent
9302eaef2f
commit
863fb7de5a
18 changed files with 44 additions and 40 deletions
|
@ -3,6 +3,6 @@ main() {
|
|||
c.value += 16
|
||||
}
|
||||
|
||||
struct Counter {
|
||||
Counter {
|
||||
value int
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue