6 lines
71 B
PHP
6 lines
71 B
PHP
<?php
|
|
class Point
|
|
{
|
|
public int|float $x;
|
|
public int|float $y;
|
|
} |