python2ruby/test/ruby/21.in
2025-12-01 11:26:42 +01:00

4 lines
No EOL
80 B
Text

class Point:
def __init__(self, x, y):
self.x = x
self.y = y