#include <iostream>
#include "Boo.h"

int main() {
    std::cout << foo() << std::endl;
    return 0;
}