You are tasked with writing a program that will read data from a device file (controller0) that streams over gamepad data. The gamepad data itself is delivered in a raw 4 byte packet, each packet is divided up into buttons and controller_id. You do not need to perform any calculations on this data, just extract it and output it to stdout.