dotfiles/.config/Code/User/History/15918d07/PXY8.h
RafayAhmad7548 ab03d5f10c test
2024-06-16 18:53:25 +05:00

12 lines
No EOL
88 B
C++

class Food{
int x;
int y;
public:
Food(int x, int y) : x(x), y(y){}
};