Exemple #1
0
int main(int argc, char **argv) {
    Home home = slurp(argv[1]);

    Debug() << home << std::endl;
    std::cout << std::fixed << std::setprecision(2) << home.findsophie() << std::endl;

    return 0;
}