Removed struct keyword
This commit is contained in:
parent
9302eaef2f
commit
863fb7de5a
18 changed files with 44 additions and 40 deletions
|
@ -1,7 +1,7 @@
|
|||
import mem
|
||||
import sys
|
||||
|
||||
struct Point {
|
||||
Point {
|
||||
x int
|
||||
y int
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue