1
2
3
export function Food(x, y) {
return { x, y };
}