#include <iostream>

void print_fibs() 
{
    std::cout << "Bingo!" << std::endl;
}

 int ignore = (print_fibs(), 0);

 int main() {}