dotfiles/.config/Code/User/History/15918d07/PXY8.h

12 lines
88 B
C
Raw Normal View History

2024-06-16 18:53:25 +05:00
class Food{
int x;
int y;
public:
Food(int x, int y) : x(x), y(y){}
};