6 lines
No EOL
66 B
Text
6 lines
No EOL
66 B
Text
class Point
|
|
def initialize(x, y)
|
|
@x = x
|
|
@y = y
|
|
end
|
|
end |