#include <iostream>
int main() {
std::cout << "Proof of concept binary example" << std::endl;
return 0;
}