Skip to content
Snippets Groups Projects
main.cpp 106 B
Newer Older
Vipin Thomas's avatar
Vipin Thomas committed
#include "pixel.hpp"

int main() {
	pkt_t din, dout;
    auto* a=50;
    pixel(0,1,3,27,a,din,dout);

}